Class SessionNotExistException

All Implemented Interfaces:
Serializable, Cloneable

public class SessionNotExistException extends UserException
This exception is raised if a client tries to destroy a session with a router, but no session exists for the client.
See Also:
  • Constructor Details

    • SessionNotExistException

      public SessionNotExistException()
    • SessionNotExistException

      public SessionNotExistException(Throwable cause)
  • Method Details

    • ice_id

      public String ice_id()
      Description copied from class: UserException
      Returns the type id of this exception.
      Specified by:
      ice_id in class UserException
      Returns:
      The type id of this exception.