Package io.joynr.exceptions
Class JoynrTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.joynr.exceptions.JoynrRuntimeException
-
- io.joynr.exceptions.JoynrTimeoutException
-
- All Implemented Interfaces:
JoynrException,JoynrType,Serializable
- Direct Known Subclasses:
JoynrWaitExpiredException
public class JoynrTimeoutException extends JoynrRuntimeException
- 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 JoynrTimeoutException(long expiryDate)JoynrTimeoutException(long expiryDate, String requestReplyId)JoynrTimeoutException(String message, long expiryDate, com.fasterxml.jackson.databind.deser.std.StdDeserializer<JoynrTimeoutException> deserializer)DO NOT USE Constructor for deserializer
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)longgetExpiryDate()inthashCode()-
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
-
JoynrTimeoutException
public JoynrTimeoutException(String message, long expiryDate, com.fasterxml.jackson.databind.deser.std.StdDeserializer<JoynrTimeoutException> deserializer)
DO NOT USE Constructor for deserializer
-
JoynrTimeoutException
public JoynrTimeoutException(long expiryDate)
-
JoynrTimeoutException
public JoynrTimeoutException(long expiryDate, String requestReplyId)
-
-
Method Detail
-
getExpiryDate
public long getExpiryDate()
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceJoynrException- Overrides:
hashCodein classJoynrRuntimeException
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfaceJoynrException- Overrides:
equalsin classJoynrRuntimeException
-
-