Class 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 Detail

      • NoResponseException

        public NoResponseException​(String message)