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