Class SessionNotFoundException

All Implemented Interfaces:
Serializable

public class SessionNotFoundException extends GeneralLeanFtException
The exception that is thrown when an unknown session ID is received by the runtime engine.
See Also:
  • Constructor Details

    • SessionNotFoundException

      public SessionNotFoundException()
      Constructs a new SessionNotFoundException.
    • SessionNotFoundException

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

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