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
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:
-
Constructor Summary
ConstructorsConstructorDescriptionFMUCException(String reject) FMUCException(String reject, Throwable nestedThrowable) FMUCException(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
-
FMUCException
public FMUCException() -
FMUCException
-
FMUCException
-
FMUCException
-
-
Method Details
-
printStackTrace
public void printStackTrace()- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-