Class SmackException.SmackMessageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smack.SmackException
org.jivesoftware.smack.SmackException.SmackMessageException
All Implemented Interfaces:
Serializable
Enclosing class:
SmackException

public static class SmackException.SmackMessageException extends SmackException
A Smack exception wrapping a text message. Note that usage of this class is consider bad practice. This class will eventually be marked deprecated and removed.
See Also:
  • Constructor Details

    • SmackMessageException

      public SmackMessageException(String message)