Package org.wso2.carbon.crypto.api
Class CryptoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.crypto.api.CryptoException
- All Implemented Interfaces:
Serializable
The exception which will be thrown if something unexpected happens during crypto operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCryptoException(String message) CryptoException(String message, Throwable e) -
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
public CryptoException() -
CryptoException
-
CryptoException
-