Package org.drasyl.crypto
Class CryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.drasyl.crypto.CryptoException
- All Implemented Interfaces:
 Serializable
A CryptoException is thrown by 
Crypto when errors occur.- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionCryptoException(Exception wrapped) CryptoException(String message, Exception cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
CryptoException
 - 
CryptoException
 
 -