Class ServerIsShuttingDownException

All Implemented Interfaces:
Serializable

public class ServerIsShuttingDownException extends GeneralLeanFtException
The exception that is thrown when an attempting to access the server while it is shutting down.
See Also:
  • Constructor Details

    • ServerIsShuttingDownException

      public ServerIsShuttingDownException()
      Constructs a new ServerIsShuttingDownException.
    • ServerIsShuttingDownException

      public ServerIsShuttingDownException(String message)
      Constructs a new ServerIsShuttingDownException with the specified detail message.
      Parameters:
      message - the detail message.
    • ServerIsShuttingDownException

      public ServerIsShuttingDownException(int errorCode, String message)
      Constructs a new ServerIsShuttingDownException with the specified detail message and error code.
      Parameters:
      errorCode - the error code representing the error that occurred.
      message - the detail message.