Class RegistrationRequiredException

  • All Implemented Interfaces:
    Serializable

    public class RegistrationRequiredException
    extends Exception
    Exception used for representing that the user needs to register with the room in order to perform the requested operation. There are many reasons why a registration-required error could occur such as: a user which is not a member tries to join a members-only room. A 407 error code is returned to the user that requested the invalid operation.
    Author:
    Gaston Dombiak
    See Also:
    Serialized Form
    • Constructor Detail

      • RegistrationRequiredException

        public RegistrationRequiredException()
      • RegistrationRequiredException

        public RegistrationRequiredException​(String msg)
      • RegistrationRequiredException

        public RegistrationRequiredException​(Throwable nestedThrowable)
      • RegistrationRequiredException

        public RegistrationRequiredException​(String msg,
                                             Throwable nestedThrowable)