Package edu.uiuc.ncsa.security.util.cli
Class ShutdownException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
- 
- edu.uiuc.ncsa.security.util.cli.ShutdownException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ShutdownException extends GeneralException Thrown by the command line interpreter to signal a shutdown should happen.Created by Jeff Gaynor 
 on 5/21/13 at 3:03 PM- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ShutdownException()ShutdownException(String message)ShutdownException(String message, Throwable cause)ShutdownException(Throwable cause)
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
-