Package net.shibboleth.metadata.pipeline
Class TerminationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.metadata.pipeline.PipelineProcessingException
net.shibboleth.metadata.pipeline.StageProcessingException
net.shibboleth.metadata.pipeline.TerminationException
- All Implemented Interfaces:
Serializable
An exception to be thrown to cause command-line aggregator execution to terminate.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor.TerminationException(Exception wrappedException) Constructor.TerminationException(String message) Constructor.TerminationException(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
-
TerminationException
public TerminationException()Constructor. -
TerminationException
Constructor.- Parameters:
message- exception message
-
TerminationException
Constructor.- Parameters:
wrappedException- exception to be wrapped by this one
-
TerminationException
Constructor.- Parameters:
message- exception messagewrappedException- exception to be wrapped by this one
-