public class JoynrDelayMessageException extends JoynrRuntimeException
| Constructor and Description |
|---|
JoynrDelayMessageException(long delayMs,
String reason) |
JoynrDelayMessageException(long delayMs,
String reason,
Throwable cause) |
JoynrDelayMessageException(String reason)
Uses default delay as injected using property joynr.messaging.sendmsgretryintervalms
or 1 sec if no value was injected.
|
JoynrDelayMessageException(String reason,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getDelayMs() |
int |
hashCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JoynrDelayMessageException(String reason)
reason - why the message is being delayedpublic JoynrDelayMessageException(long delayMs,
String reason)
delayMs - how long the message should be delayedreason - why the message is being delayedpublic JoynrDelayMessageException(long delayMs,
String reason,
Throwable cause)
delayMs - how long the message should be delayedreason - why the message is being delayedcause - causepublic long getDelayMs()
public int hashCode()
hashCode in interface JoynrExceptionhashCode in class JoynrRuntimeExceptionpublic boolean equals(Object obj)
equals in interface JoynrExceptionequals in class JoynrRuntimeExceptionCopyright © 2021. All rights reserved.