Class TopicException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
com.swiftmq.swiftlet.topic.TopicException
All Implemented Interfaces:
Serializable

public class TopicException extends javax.jms.JMSException
An exception thrown by the TopicManager on error.
Author:
IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
See Also:
  • Constructor Details

    • TopicException

      public TopicException(String msg)
      Creates a new TopicException.
      Parameters:
      msg - the message.