public class PunchSubscriptionNotFoundException extends PunchNodeException
Constructor and Description |
---|
PunchSubscriptionNotFoundException(String subscribingComponentName,
String subscriptedComponentName) |
PunchSubscriptionNotFoundException(String subscribingComponentName,
String subscriptedComponentName,
String subscribedStream) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
String |
getSubscriptedComponentName() |
String |
getSubscriptedStreamName() |
PunchSubscriptionNotFoundException |
setSubscriptedStreamName(String subscriptedStreamName) |
getNodeName, setNodeName
toJson
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PunchSubscriptionNotFoundException(String subscribingComponentName, String subscriptedComponentName, String subscribedStream)
public PunchSubscriptionNotFoundException setSubscriptedStreamName(String subscriptedStreamName)
subscriptedStreamName
- the component name of the node to which the subscription referspublic String getSubscriptedComponentName()
public String getSubscriptedStreamName()
public String getMessage()
getMessage
in class PunchNodeException
Copyright © 2023. All rights reserved.