Package net.shibboleth.profile.plugin
Class PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.profile.plugin.PluginException
- All Implemented Interfaces:
Serializable
Plugin exception class.
- Since:
- 9.0.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.PluginException(Exception wrappedException) Constructor.PluginException(String message) Constructor.PluginException(String message, Exception wrappedException) 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 serialVersionUIDSerial number.- See Also:
-
-
Constructor Details
-
PluginException
public PluginException()Constructor. -
PluginException
Constructor.- Parameters:
message- exception message
-
PluginException
Constructor.- Parameters:
wrappedException- exception to be wrapped by this one
-
PluginException
Constructor.- Parameters:
message- exception messagewrappedException- exception to be wrapped by this one
-