Uses of Class
io.joynr.exceptions.JoynrWaitExpiredException
-
Packages that use JoynrWaitExpiredException Package Description io.joynr.exceptions io.joynr.proxy -
-
Uses of JoynrWaitExpiredException in io.joynr.exceptions
Constructor parameters in io.joynr.exceptions with type arguments of type JoynrWaitExpiredException Constructor Description JoynrWaitExpiredException(long expiryDate, com.fasterxml.jackson.databind.deser.std.StdDeserializer<JoynrWaitExpiredException> deserializer)DO NOT USE Constructor for deserializer -
Uses of JoynrWaitExpiredException in io.joynr.proxy
Methods in io.joynr.proxy that throw JoynrWaitExpiredException Modifier and Type Method Description TFuture. get()This is a blocking call which waits until the request finishes/an error occurs.TFuture. get(long timeoutMs)This is a blocking call which waits until the request finishes/an error occurs/or times out.
-