Class MUCException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    SelfPingException

    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, java.lang.String text)  
      MUCException​(tigase.xmpp.Authorization errorCondition, java.lang.String text, java.lang.String message)  
    • Method Summary

      • Methods inherited from class tigase.xmpp.XMPPProcessorException

        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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MUCException

        public MUCException​(tigase.xmpp.Authorization errorCondition)
      • MUCException

        public MUCException​(tigase.xmpp.Authorization errorCondition,
                            java.lang.String text)
        Parameters:
        errorCondition -
        text - human readable message will be send to client
      • MUCException

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