|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.cryptonode.jncryptor.CryptorException
public class CryptorException
An exception thrown when an error occurs encrypting or decrypting.
Constructor Summary | |
---|---|
CryptorException()
Constructs a new exception. |
|
CryptorException(String message)
Constructs a new exception. |
|
CryptorException(String message,
Throwable cause)
Constructs a new exception. |
|
CryptorException(Throwable cause)
Constructs a new exception. |
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 |
Constructor Detail |
---|
public CryptorException()
public CryptorException(String message)
message
- error messagepublic CryptorException(Throwable cause)
cause
- the cause of the exceptionpublic CryptorException(String message, Throwable cause)
message
- error messagecause
- the cause of the exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |