Package org.forgerock.openam.secrets
Class SecretConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.forgerock.openam.secrets.SecretException
org.forgerock.openam.secrets.SecretConfigurationException
- All Implemented Interfaces:
Serializable
An exception that occured when reading the configuration of the secret API.
- Since:
- AM 6.5.0
- See Also:
-
Constructor Summary
ConstructorDescriptionSecretConfigurationException
(String message) Construct a new exception.SecretConfigurationException
(String message, Throwable cause) Constructs the configuration 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 Details
-
SecretConfigurationException
Construct a new exception.- Parameters:
message
- The message.
-
SecretConfigurationException
Constructs the configuration exception with the given message and cause.- Parameters:
message
- the message.cause
- the cause.
-