Package org.forgerock.openam.secrets
Class SecretInitialisationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.forgerock.openam.secrets.SecretException
-
- org.forgerock.openam.secrets.SecretInitialisationException
-
- All Implemented Interfaces:
Serializable
@EvolvingAll public class SecretInitialisationException extends SecretException
An exception that occurred when initialising the secret API.- Since:
- AM 6.5.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecretInitialisationException(String message, Throwable cause)
Construct a new exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-