Class SmackException.SmackWrappedException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    SmackException

    public static class SmackException.SmackWrappedException
    extends SmackException
    A Smack exception wrapping another exception. Note that usage of this class is consider bad practice. This class will eventually be marked deprecated and removed.
    See Also:
    Serialized Form
    • Constructor Detail

      • SmackWrappedException

        public SmackWrappedException​(java.lang.Exception exception)
      • SmackWrappedException

        public SmackWrappedException​(java.lang.String message,
                                     java.lang.Exception exception)