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 Details

    • 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
    • MUCException

      public MUCException(tigase.xmpp.Authorization errorCondition, String text, String message)
      Parameters:
      errorCondition -
      text - human readable message will be send to client
      message - exception message for logging only