Class LogoffException

All Implemented Interfaces:
Serializable

public class LogoffException extends AbstractRuntimeException
Thrown when logoff attempt fails for any reason.
Since:
2.1
See Also:
  • Constructor Details

    • LogoffException

      public LogoffException(String message)
      Constructs a LogoffException with the specified message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).
    • LogoffException

      public LogoffException(String message, Throwable cause)
      Constructs a LogoffException with the specified message and root cause.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).
      cause - the cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)