Package net.shibboleth.idp.plugin
Class PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.profile.plugin.PluginException
net.shibboleth.idp.plugin.PluginException
- All Implemented Interfaces:
Serializable
Deprecated.
Plugin exception class.
- Since:
- 4.1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longDeprecated.Serial number. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Constructor.PluginException(Exception wrappedException) Deprecated.Constructor.PluginException(String message) Deprecated.Constructor.PluginException(String message, Exception wrappedException) Deprecated.Constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDDeprecated.Serial number.- See Also:
-
-
Constructor Details
-
PluginException
public PluginException()Deprecated.Constructor. -
PluginException
Deprecated.Constructor.- Parameters:
message- exception message
-
PluginException
Deprecated.Constructor.- Parameters:
wrappedException- exception to be wrapped by this one
-
PluginException
Deprecated.Constructor.- Parameters:
message- exception messagewrappedException- exception to be wrapped by this one
-