Package rocks.xmpp.core.session
Class NoResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- rocks.xmpp.core.XmppException
-
- rocks.xmpp.core.session.NoResponseException
-
- All Implemented Interfaces:
Serializable
public final class NoResponseException extends XmppException
This exception is thrown, when no response has been received from an XMPP entity.Usually it is thrown when querying an entity for information with IQ-get or IQ-set and expecting an IQ-result.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoResponseException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NoResponseException
public NoResponseException(String message)
-
-