Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

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

Field Summary
static int  CO_TOO_BIG
 
static int  CR_NO_KEY
 
static int  CR_NO_PRIVATE
 
static int  CR_WRONG_KEY
 
static int  ES_WRONG_LENGTH
 
 

Constructor Summary
 EncryptionException(java.lang.String message)
 
 EncryptionException(int errorcode)
 
 

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
 

Field Detail

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
Constructor Detail

EncryptionException

public EncryptionException(java.lang.String message)

EncryptionException

public EncryptionException(int errorcode)

Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS