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 SummaryConstructorsConstructorDescriptionCryptoException(String message) Constructor with detailed message.CryptoException(String message, Throwable throwable) Constructor with detailed message and wrapped throwable.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
CryptoExceptionConstructor with detailed message.- Parameters:
- message- detailed message
 
- 
CryptoExceptionConstructor with detailed message and wrapped throwable.- Parameters:
- message- detailed message
- throwable- wrapped throwable
 
 
-