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
public class CannotBeInvitedException extends Exception
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotBeInvitedException()
CannotBeInvitedException(String msg)
CannotBeInvitedException(String msg, Throwable nestedThrowable)
CannotBeInvitedException(Throwable nestedThrowable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
printStackTrace()
void
printStackTrace(PrintStream ps)
void
printStackTrace(PrintWriter pw)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Method Detail
-
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace(PrintStream ps)
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
public void printStackTrace(PrintWriter pw)
- Overrides:
printStackTrace
in classThrowable
-
-