Package org.jivesoftware.openfire.muc
Class FMUCException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jivesoftware.openfire.muc.FMUCException
-
- All Implemented Interfaces:
Serializable
public class FMUCException extends Exception
Exception used for representing unavailability of FMUC (XEP-0289). The resulting error is expected to be delivered to the originating entity in the form of a presence stanza, possibly containing a human-readable 'reject' message.- Author:
- Guus der Kinderen, guus@goodbytes.nl
- See Also:
- XEP-0289: Federated MUC for Constrained Environments, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FMUCException()
FMUCException(String reject)
FMUCException(String reject, Throwable nestedThrowable)
FMUCException(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
-
-