Class EmptySessionIdException

All Implemented Interfaces:
Serializable

public class EmptySessionIdException extends GeneralLeanFtException
The exception that is thrown when an empty session ID is received from the server.
See Also:
  • Constructor Details

    • EmptySessionIdException

      public EmptySessionIdException()
      Constructs a new EmptySessionIdException
    • EmptySessionIdException

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

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