public class PublicationMissedException extends JoynrRuntimeException
| Constructor and Description |
|---|
PublicationMissedException(String subscriptionId)
Constructor for a PublicationMissedException with subscription ID.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getSubscriptionId() |
int |
hashCode() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic PublicationMissedException(String subscriptionId)
subscriptionId - the subscription ID of the subscription the missed
publication belongs to.public String getSubscriptionId()
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.