Package net.shibboleth.shared.testing
Class ShowAutomaticModuleNames.TerminationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.shibboleth.shared.testing.ShowAutomaticModuleNames.TerminationException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ShowAutomaticModuleNames
Throw one of these to cause the main program to terminate.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longMandatory version UID for any subclass ofException. -
Constructor Summary
ConstructorsConstructorDescriptionTerminationException(String message) Constructor.TerminationException(String message, Throwable cause) 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 serialVersionUIDMandatory version UID for any subclass ofException.- See Also:
-
-
Constructor Details
-
TerminationException
Constructor.- Parameters:
message- message describing the reason for termination
-
TerminationException
Constructor.- Parameters:
message- message describing the reason for terminationcause- aThrowablethat was behind the problem
-