Package com.swiftmq.swiftlet.topic
Class TopicException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jakarta.jms.JMSException
-
- com.swiftmq.swiftlet.topic.TopicException
-
- All Implemented Interfaces:
java.io.Serializable
public class TopicException extends jakarta.jms.JMSExceptionAn exception thrown by the TopicManager on error.- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TopicException(java.lang.String msg)Creates a new TopicException.
-
Method Summary
-
Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
-