Class XMPPException

    • Constructor Detail

      • XMPPException

        protected XMPPException()
        Creates a new XMPPException.
      • XMPPException

        protected XMPPException​(String message)
        Creates a new XMPPException with a description of the exception.
        Parameters:
        message - description of the exception.
      • XMPPException

        protected XMPPException​(String message,
                                Throwable wrappedThrowable)
        Creates a new XMPPException with a description of the exception and the Throwable that was the root cause of the exception.
        Parameters:
        message - a description of the exception.
        wrappedThrowable - the root cause of the exception.