- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.helidon.common.crypto.CryptoException
-
- All Implemented Interfaces:
Serializable
public class CryptoException extends RuntimeException
Common cryptography exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CryptoException(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 Detail
-
CryptoException
public CryptoException(String message)
Constructor with detailed message.- Parameters:
message
- detailed message
-
-