Class SmackException.NoResponseException

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

public static final class SmackException.NoResponseException extends SmackException
Exception thrown always when there was no response to an request within the stanza reply timeout of the used connection instance. You can modify (e.g. increase) the stanza reply timeout with XMPPConnection.setReplyTimeout(long).
See Also: