Class ForbiddenException

  • All Implemented Interfaces:
    Serializable

    public class ForbiddenException
    extends Exception
    Exception used for representing that the requested operation is forbidden for the user in the MUCRoom. There are many reasons why a forbidden error could occur such as: a banned user tries to join a room where he/she is an outcast. A 403 error code is returned to the user that requested the invalid operation.
    Author:
    Gaston Dombiak
    See Also:
    Serialized Form