Package org.forgerock.openam.plugins
Class PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.openam.plugins.PluginException
- All Implemented Interfaces:
Serializable
An exception for an error in plugin operation.
- See Also:
-
Constructor Summary
ConstructorDescriptionPluginException
(String message) Standard exception constructor with a message.PluginException
(String message, Throwable cause) Standard exception constructor with a message and a 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
-
PluginException
Standard exception constructor with a message.- Parameters:
message
- The message.
-
PluginException
Standard exception constructor with a message and a cause.- Parameters:
message
- The message.cause
- The cause.
-