Package org.forgerock.openam.secrets
Class UnavailableSecretReferenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.forgerock.openam.secrets.SecretException
org.forgerock.openam.secrets.UnavailableSecretReferenceException
- All Implemented Interfaces:
Serializable
An exception that occured when a secret reference is not available.
- Since:
- AM 6.5.0
- See Also:
-
Constructor Summary
ConstructorDescriptionConstruct 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
-
Constructor Details
-
UnavailableSecretReferenceException
Construct a new exception.- Parameters:
message
- The message.
-