Class 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 Detail

      • ShutdownException

        public ShutdownException()
      • ShutdownException

        public ShutdownException​(Throwable cause)
      • ShutdownException

        public ShutdownException​(String message)
      • ShutdownException

        public ShutdownException​(String message,
                                 Throwable cause)