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
@EvolvingAll public class SecretConfigurationException extends SecretException
An exception that occured when reading the configuration of the secret API.- Since:
- AM 6.5.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecretConfigurationException(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 Detail
-
SecretConfigurationException
public SecretConfigurationException(String message)
Construct a new exception.- Parameters:
message
- The message.
-
-