Package org.jivesoftware.openfire.muc
Class CannotBeInvitedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.muc.CannotBeInvitedException
- All Implemented Interfaces:
Serializable
Exception used for representing the error when an external MUC delegate responds to an invite-user packet by rejecting the invitation attempt.
- Author:
- David Smith
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCannotBeInvitedException(String msg, Throwable nestedThrowable) CannotBeInvitedException(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
-
CannotBeInvitedException
public CannotBeInvitedException() -
CannotBeInvitedException
-
CannotBeInvitedException
-
CannotBeInvitedException
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-