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
@SupportedAll public class PluginException extends Exception
An exception for an error in plugin operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginException(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 Detail
-
PluginException
public PluginException(String message)
Standard exception constructor with a message.- Parameters:
message
- The message.
-
-