From 7cb752aaf746dc0b473afeb9e892b7fbc12666c5 Mon Sep 17 00:00:00 2001 From: Roberto Tyley Date: Mon, 14 Jul 2014 22:38:01 +0100 Subject: Execute become-spongy.sh https://github.com/rtyley/spongycastle/blob/3040af/become-spongy.sh --- .../openpgp/PGPRuntimeOperationException.java | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 pg/src/main/java/org/bouncycastle/openpgp/PGPRuntimeOperationException.java (limited to 'pg/src/main/java/org/bouncycastle/openpgp/PGPRuntimeOperationException.java') diff --git a/pg/src/main/java/org/bouncycastle/openpgp/PGPRuntimeOperationException.java b/pg/src/main/java/org/bouncycastle/openpgp/PGPRuntimeOperationException.java deleted file mode 100644 index c4067ec0..00000000 --- a/pg/src/main/java/org/bouncycastle/openpgp/PGPRuntimeOperationException.java +++ /dev/null @@ -1,19 +0,0 @@ -package org.bouncycastle.openpgp; - -public class PGPRuntimeOperationException - extends RuntimeException -{ - private final Throwable cause; - - public PGPRuntimeOperationException(String message, Throwable cause) - { - super(message); - - this.cause = cause; - } - - public Throwable getCause() - { - return cause; - } -} -- cgit v1.2.3