Class SessionNotExistException

All Implemented Interfaces:
Serializable

public class SessionNotExistException extends UserException
The exception that is thrown when a client tries to destroy a session with a router, but no session exists for this client.
See Also:
  • Constructor Details

    • SessionNotExistException

      public SessionNotExistException()
      Constructs a SessionNotExistException.
  • Method Details

    • ice_id

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