Class EncryptionException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----EncryptionException
- public class EncryptionException
- extends java.lang.RuntimeException
Runtime-Exception, die beim Ver-Entschlüsseln auftritt.
- Version:
- 1.0
- Author:
- Thomas Wolf
Methods inherited from class java.lang.Throwable
|
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ES_WRONG_LENGTH
public static final int ES_WRONG_LENGTH
CO_TOO_BIG
public static final int CO_TOO_BIG
CR_NO_KEY
public static final int CR_NO_KEY
CR_NO_PRIVATE
public static final int CR_NO_PRIVATE
CR_WRONG_KEY
public static final int CR_WRONG_KEY
EncryptionException
public EncryptionException(java.lang.String message)
EncryptionException
public EncryptionException(int errorcode)