Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.rgw.crypt
Class CryptologistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ch.rgw.crypt.CryptologistException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadParameterException

public class CryptologistException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static int ERR_BAD_PARAMETER
           
static int ERR_BAD_PROTOCOL
           
static int ERR_CERTIFICATE_ENCODING
           
static int ERR_DECRYPTION_FAILURE
           
static int ERR_ENCRYPTION_FAILURE
           
static int ERR_INTERNAL
           
static int ERR_SHORT_BLOCK
           
static int ERR_TIMEOUT
           
static int ERR_USER_UNKNOWN
           
 
Constructor Summary
CryptologistException(java.lang.String message, int code)
           
 
Method Summary
 int getCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ERR_BAD_PARAMETER

public static final int ERR_BAD_PARAMETER
See Also:
Constant Field Values

ERR_SHORT_BLOCK

public static final int ERR_SHORT_BLOCK
See Also:
Constant Field Values

ERR_DECRYPTION_FAILURE

public static final int ERR_DECRYPTION_FAILURE
See Also:
Constant Field Values

ERR_BAD_PROTOCOL

public static final int ERR_BAD_PROTOCOL
See Also:
Constant Field Values

ERR_TIMEOUT

public static final int ERR_TIMEOUT
See Also:
Constant Field Values

ERR_INTERNAL

public static final int ERR_INTERNAL
See Also:
Constant Field Values

ERR_USER_UNKNOWN

public static final int ERR_USER_UNKNOWN
See Also:
Constant Field Values

ERR_CERTIFICATE_ENCODING

public static final int ERR_CERTIFICATE_ENCODING
See Also:
Constant Field Values

ERR_ENCRYPTION_FAILURE

public static final int ERR_ENCRYPTION_FAILURE
See Also:
Constant Field Values
Constructor Detail

CryptologistException

public CryptologistException(java.lang.String message,
                             int code)
Method Detail

getCode

public int getCode()

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013