RequestTimeoutException

Thrown when a CoapRequestFuture has a get(Duration) call timeout

Constructors

this
this(CoapRequestFuture future, Duration timeout)

Constructs a new timeout exception for the given future which timed out

Members

Functions

getFuture
CoapRequestFuture getFuture()

Returns the future request which timed out and cause dthis exception to throw in the first place

getTimeout
Duration getTimeout()

Returns the timeout period which was exceeded

Meta