Package org.jivesoftware.openfire.muc
Class NotAcceptableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.muc.NotAcceptableException
- All Implemented Interfaces:
Serializable
Exception used for representing that the nickname used by the user is not acceptable. The reason
for this could be that the user has previously registered with the room and the room is
configured so that registered users must join using the reserved nickname. A 406 error code is
returned to the user that requested the invalid operation.
- Author:
- Gaston Dombiak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotAcceptableException
(String msg, Throwable nestedThrowable) NotAcceptableException
(Throwable nestedThrowable) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
NotAcceptableException
public NotAcceptableException() -
NotAcceptableException
-
NotAcceptableException
-
NotAcceptableException
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-