Package com.swiftmq.swiftlet.queue
Class UnknownQueueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javax.jms.JMSException
-
- com.swiftmq.swiftlet.queue.QueueException
-
- com.swiftmq.swiftlet.queue.UnknownQueueException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnknownQueueException extends QueueException
An exception thrown by the QueueManager if the queue is unknown- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownQueueException(java.lang.String message)
Constructs a new UnknownQueueException
-
Method Summary
-
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
-