Class ShowAutomaticModuleNames.TerminationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- net.shibboleth.utilities.java.support.testing.ShowAutomaticModuleNames.TerminationException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ShowAutomaticModuleNames
private static class ShowAutomaticModuleNames.TerminationException extends Exception
Throw one of these to cause the main program to terminate.
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDMandatory version UID for any subclass ofException.
-
Constructor Summary
Constructors Constructor Description TerminationException(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 Detail
-
serialVersionUID
private static final long serialVersionUID
Mandatory version UID for any subclass ofException.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TerminationException
public TerminationException(@Nonnull String message)Constructor.- Parameters:
message- message describing the reason for termination
-
-