Package com.tangosol.net.topic
Class TopicException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tangosol.net.topic.TopicException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TopicPublisherException
A exception that occurred during an operation on a
NamedTopic
.- Since:
- 21.06
- Author:
- Jonathan Knight 2021.05.05
- See Also:
-
Constructor Summary
ConstructorDescriptionTopicException
(String sMessage) Create aTopicException
.TopicException
(String sMessage, Throwable cause) Create aTopicException
.TopicException
(Throwable cause) Create aTopicException
. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TopicException
Create aTopicException
.- Parameters:
sMessage
- the error message
-
TopicException
Create aTopicException
.- Parameters:
cause
- the root cause exception
-
TopicException
Create aTopicException
.- Parameters:
sMessage
- the error messagecause
- the root cause exception
-