Package io.joynr.exceptions
Class JoynrWaitExpiredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.joynr.exceptions.JoynrRuntimeException
-
- io.joynr.exceptions.JoynrTimeoutException
-
- io.joynr.exceptions.JoynrWaitExpiredException
-
- All Implemented Interfaces:
JoynrException,JoynrType,Serializable
public class JoynrWaitExpiredException extends JoynrTimeoutException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface io.joynr.exceptions.JoynrException
JSON_FIELD_NAME_MESSAGE, JSON_FIELD_NAME_TYPE
-
-
Constructor Summary
Constructors Constructor Description JoynrWaitExpiredException()JoynrWaitExpiredException(long expiryDate, com.fasterxml.jackson.databind.deser.std.StdDeserializer<JoynrWaitExpiredException> deserializer)DO NOT USE Constructor for deserializer
-
Method Summary
-
Methods inherited from class io.joynr.exceptions.JoynrTimeoutException
equals, getExpiryDate, hashCode
-
Methods inherited from class io.joynr.exceptions.JoynrRuntimeException
getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JoynrWaitExpiredException
public JoynrWaitExpiredException(long expiryDate, com.fasterxml.jackson.databind.deser.std.StdDeserializer<JoynrWaitExpiredException> deserializer)DO NOT USE Constructor for deserializer
-
JoynrWaitExpiredException
public JoynrWaitExpiredException()
-
-