|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.digitalsanctuary.atg.crypto.EncryptorException
This exception indicates that a severe error occurred while performing a cryptograpy operation.
Constructor Summary | |
EncryptorException()
Constructs a new EncryptorException. |
|
EncryptorException(java.lang.String pMessage)
Constructs a new EncryptorException with the given explanation. |
|
EncryptorException(java.lang.String pMessage,
java.lang.Throwable pSourceException)
Constructs a new EncryptorException with the given explanation. |
|
EncryptorException(java.lang.Throwable pSourceException)
Constructs a new EncryptorException. |
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 |
Constructor Detail |
public EncryptorException()
public EncryptorException(java.lang.String pMessage)
pMessage
- the message for this exception.public EncryptorException(java.lang.Throwable pSourceException)
pSourceException
- the initial exception which was the root cause of the problempublic EncryptorException(java.lang.String pMessage, java.lang.Throwable pSourceException)
pMessage
- the message for this exception.pSourceException
- the initial exception which was the root cause of the problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |