Class MUCException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.xmpp.XMPPException
tigase.xmpp.XMPPProcessorException
tigase.component.exceptions.ComponentException
tigase.muc.exceptions.MUCException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SelfPingException
public class MUCException
extends tigase.component.exceptions.ComponentException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMUCException(tigase.xmpp.Authorization errorCondition) MUCException(tigase.xmpp.Authorization errorCondition, String text) MUCException(tigase.xmpp.Authorization errorCondition, String text, String message) -
Method Summary
Methods inherited from class tigase.xmpp.XMPPProcessorException
getCode, getErrorCondition, getErrorMessagePrefix, getMessage, getMessageWithPosition, getName, getText, getType, makeElementMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MUCException
public MUCException(tigase.xmpp.Authorization errorCondition) -
MUCException
- Parameters:
errorCondition-text- human readable message will be send to client
-
MUCException
-