Class SmackException.SmackWrappedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smack.SmackException
org.jivesoftware.smack.SmackException.SmackWrappedException
All Implemented Interfaces:
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:
  • Constructor Details

    • SmackWrappedException

      public SmackWrappedException(Exception exception)
    • SmackWrappedException

      public SmackWrappedException(String message, Exception exception)