Package net.shibboleth.shared.component
Class ComponentInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.shared.component.ComponentInitializationException
- All Implemented Interfaces:
Serializable
Exception thrown if there is a problem initializing a component.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.ComponentInitializationException(Exception wrappedException) Constructor.ComponentInitializationException(String message) Constructor.ComponentInitializationException(String message, Exception wrapped) 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 version UID.- See Also:
-
-
Constructor Details
-
ComponentInitializationException
public ComponentInitializationException()Constructor. -
ComponentInitializationException
Constructor.- Parameters:
message- exception message
-
ComponentInitializationException
Constructor.- Parameters:
wrappedException- exception to be wrapped by this one
-
ComponentInitializationException
Constructor.- Parameters:
message- exception messagewrapped- exception to be wrapped by this one
-