org.homeunix.thecave.moss.util.crypto
Class CipherException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.homeunix.thecave.moss.util.crypto.CipherException
All Implemented Interfaces:
java.io.Serializable

public class CipherException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
CipherException()
           
CipherException(java.lang.Exception e)
           
CipherException(java.lang.String message)
           
CipherException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 
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

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

CipherException

public CipherException()

CipherException

public CipherException(java.lang.String message)

CipherException

public CipherException(java.lang.String message,
                       java.lang.Exception e)

CipherException

public CipherException(java.lang.Exception e)