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