Package com.tccc.kos.commons.core.broker
Class DuplicateSubscriptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tccc.kos.commons.core.broker.DuplicateSubscriptionException
- All Implemented Interfaces:
Serializable
Exception thrown when a there's an attempt to create a subscription to a topic
that already exists for the given session.
- Since:
- 1.0
- Version:
- 2022-08-30
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a "duplicate subscription" exception associated with the given topic. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateSubscriptionException
Constructs a "duplicate subscription" exception associated with the given topic.- Parameters:
topic
- the topic whose duplicate subscription was attempted
-