Package tigase.xmpp

Class XMPPProcessorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ComponentException

public class XMPPProcessorException extends XMPPException
Created by bmalkow on 18.04.2017.
See Also:
  • Constructor Details

    • XMPPProcessorException

      public XMPPProcessorException(Authorization errorCondition)
    • XMPPProcessorException

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

      public XMPPProcessorException(Authorization errorCondition, String text, Throwable cause)
    • XMPPProcessorException

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

      public XMPPProcessorException(Authorization errorCondition, String text, String message, Throwable cause)
  • Method Details