Package com.amilesend.client.crypto
Class CryptoHelperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amilesend.client.crypto.CryptoHelperException
- All Implemented Interfaces:
Serializable
Defines the exception thrown from
CryptoHelper
and CryptoHelperFactory
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newCryptoHelperException
.CryptoHelperException
(String msg, Throwable cause) Creates a newCryptoHelperException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CryptoHelperException
Creates a newCryptoHelperException
.- Parameters:
msg
- the exception message
-
CryptoHelperException
Creates a newCryptoHelperException
.- Parameters:
msg
- the exception messagecause
- the cause of the exception
-