Package com.swiftmq.swiftlet.queue
Class QueueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jakarta.jms.JMSException
-
- com.swiftmq.swiftlet.queue.QueueException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
QueueAlreadyDefinedException,QueueHandlerClosedException,QueueLimitException,QueueTimeoutException,QueueTransactionClosedException,UnknownQueueException
public class QueueException extends jakarta.jms.JMSExceptionAn exception thrown by queues- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueueException(java.lang.String msg)Constructs a new QueueException
-
Method Summary
-
Methods inherited from class jakarta.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
-