Class CannotCreateSessionException

All Implemented Interfaces:
Serializable

public class CannotCreateSessionException extends UserException
The exception that is thrown when an attempt to create a new session fails.
See Also:
  • Field Details

    • reason

      public String reason
      The reason why the session creation failed.
  • Constructor Details

    • CannotCreateSessionException

      public CannotCreateSessionException()
      Constructs a CannotCreateSessionException.
    • CannotCreateSessionException

      public CannotCreateSessionException(String reason)
      Constructs a CannotCreateSessionException with values for all its fields.
      Parameters:
      reason - The reason why the session creation failed.
  • 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.