Package tigase.muc.exceptions
Class MUCException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tigase.component.exceptions.ComponentException
-
- tigase.muc.exceptions.MUCException
-
- All Implemented Interfaces:
Serializable
public class MUCException extends tigase.component.exceptions.ComponentException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MUCException(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.component.exceptions.ComponentException
getCode, getErrorCondition, getErrorMessagePrefix, getMessage, getMessageWithPosition, getName, getText, getType, makeElement
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MUCException
public MUCException(tigase.xmpp.Authorization errorCondition)
-
MUCException
public MUCException(tigase.xmpp.Authorization errorCondition, String text)- Parameters:
errorCondition-text- human readable message will be send to client
-
-