java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.helidon.common.crypto.CryptoException
- All Implemented Interfaces:
Serializable
Common cryptography exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionCryptoException
(String message) Constructor with detailed message.CryptoException
(String message, Throwable throwable) Constructor with detailed message and wrapped throwable. -
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
Constructor with detailed message.- Parameters:
message
- detailed message
-
CryptoException
Constructor with detailed message and wrapped throwable.- Parameters:
message
- detailed messagethrowable
- wrapped throwable
-