Class ShellConsoleClosedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspectran.shell.console.ShellConsoleClosedException
All Implemented Interfaces:
Serializable

public class ShellConsoleClosedException extends RuntimeException
This exception raised if a console is closed.
See Also:
  • Constructor Details

    • ShellConsoleClosedException

      public ShellConsoleClosedException()
      Simple constructor.
    • ShellConsoleClosedException

      public ShellConsoleClosedException(String msg)
      Constructor to create exception with a message.
      Parameters:
      msg - a message to associate with the exception
    • ShellConsoleClosedException

      public ShellConsoleClosedException(Throwable cause)
      Constructor to create exception to wrap another exception.
      Parameters:
      cause - the real cause of the exception
    • ShellConsoleClosedException

      public ShellConsoleClosedException(String msg, Throwable cause)
      Constructor to create exception to wrap another exception and pass a message.
      Parameters:
      msg - the message
      cause - the real cause of the exception