Package org.forgerock.openam.secrets
Class SecretInstantiationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.forgerock.openam.secrets.SecretException
org.forgerock.openam.secrets.SecretInstantiationException
- All Implemented Interfaces:
Serializable
An exception that represents an inability to instantiate a secret object.
- Since:
- AM 6.5.0
- See Also:
-
Constructor Summary
ConstructorDescriptionSecretInstantiationException
(String message, Throwable cause) Create an instantiation exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SecretInstantiationException
Create an instantiation exception.- Parameters:
message
- The reason for the exception.cause
- The underlying cause.
-