Package tigase.xmpp

Class XMPPProcessorException

    • Constructor Detail

      • XMPPProcessorException

        public XMPPProcessorException​(Authorization errorCondition)
      • XMPPProcessorException

        public XMPPProcessorException​(Authorization errorCondition,
                                      String text)
        Parameters:
        errorCondition -
        text - human readable message will be send to client
      • XMPPProcessorException

        public XMPPProcessorException​(Authorization errorCondition,
                                      String text,
                                      String message)
        Parameters:
        errorCondition -
        message - exception message for logging
        text - human readable message will be send to client