Class MUCException

    • 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