public class SubscriptionException extends JoynrRuntimeException
| Constructor and Description |
|---|
SubscriptionException(String subscriptionId) |
SubscriptionException(String subscriptionId,
String errorMsg) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getSubscriptionId() |
int |
hashCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SubscriptionException(String subscriptionId)
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.