Class MUCException

  • All Implemented Interfaces:
    Serializable

    public class MUCException
    extends tigase.component.exceptions.ComponentException
    See Also:
    Serialized Form
    • 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
      • 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