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 SummaryConstructorsConstructorDescriptionCreates a newCryptoHelperException.CryptoHelperException(String msg, Throwable cause) Creates a newCryptoHelperException.
- 
Method SummaryMethods inherited from class ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CryptoHelperExceptionCreates a newCryptoHelperException.- Parameters:
- msg- the exception message
 
- 
CryptoHelperException
 
-