Package org.jivesoftware.openfire.muc
Class ForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.muc.ForbiddenException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionForbiddenException(String msg) ForbiddenException(String msg, Throwable nestedThrowable) ForbiddenException(Throwable nestedThrowable) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
ForbiddenException
public ForbiddenException() -
ForbiddenException
-
ForbiddenException
-
ForbiddenException
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-