Package net.shibboleth.metadata.pipeline
Class StageProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.metadata.pipeline.PipelineProcessingException
net.shibboleth.metadata.pipeline.StageProcessingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TerminationException
Exception indicating that a
Stage of the pipeline encountered an error.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.StageProcessingException(Exception wrappedException) Constructor.StageProcessingException(String message) Constructor.StageProcessingException(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 version UID.- See Also:
-
-
Constructor Details
-
StageProcessingException
public StageProcessingException()Constructor. -
StageProcessingException
Constructor.- Parameters:
message- exception message
-
StageProcessingException
Constructor.- Parameters:
wrappedException- exception to be wrapped by this one
-
StageProcessingException
Constructor.- Parameters:
message- exception messagewrappedException- exception to be wrapped by this one
-