Package org.jivesoftware.openfire.muc
Class RegistrationRequiredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.muc.RegistrationRequiredException
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionRegistrationRequiredException
(String msg, Throwable nestedThrowable) RegistrationRequiredException
(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
-
RegistrationRequiredException
public RegistrationRequiredException() -
RegistrationRequiredException
-
RegistrationRequiredException
-
RegistrationRequiredException
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-