Package org.forgerock.openam.secrets
Class SecretException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.forgerock.openam.secrets.SecretException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SecretConfigurationException
,SecretInitialisationException
,SecretInstantiationException
,UnavailableSecretReferenceException
@EvolvingAll public abstract class SecretException extends RuntimeException
A class of exception arising from use of the secrets API.- Since:
- AM 6.5.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SecretException(String message)
Construct a secret exception with the given message.protected
SecretException(String message, Throwable cause)
Construct a secret exception with the given message and cause.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SecretException
protected SecretException(String message)
Construct a secret exception with the given message.- Parameters:
message
- The message.
-
-