Class RuntimeCryptoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amazon.corretto.crypto.provider.RuntimeCryptoException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
SelfTestFailureException
public class RuntimeCryptoException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuntimeCryptoException()RuntimeCryptoException(java.lang.String message)RuntimeCryptoException(java.lang.String message, java.lang.Throwable cause)RuntimeCryptoException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)RuntimeCryptoException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
RuntimeCryptoException
public RuntimeCryptoException()
-
RuntimeCryptoException
public RuntimeCryptoException(java.lang.String message)
-
RuntimeCryptoException
public RuntimeCryptoException(java.lang.Throwable cause)
-
RuntimeCryptoException
public RuntimeCryptoException(java.lang.String message, java.lang.Throwable cause)
-
RuntimeCryptoException
public RuntimeCryptoException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-