Class SmackException

    • Constructor Detail

      • SmackException

        protected SmackException​(java.lang.Throwable wrappedThrowable)
        Creates a new SmackException with the Throwable that was the root cause of the exception.
        Parameters:
        wrappedThrowable - the root cause of the exception.
      • SmackException

        protected SmackException​(java.lang.String message)
      • SmackException

        protected SmackException​(java.lang.String message,
                                 java.lang.Throwable wrappedThrowable)