Package com.swiftmq.swiftlet.queue
Class QueueAlreadyDefinedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
com.swiftmq.swiftlet.queue.QueueException
com.swiftmq.swiftlet.queue.QueueAlreadyDefinedException
- All Implemented Interfaces:
Serializable
An exception thrown by the queue manager if the queue
that should be created is already defined.
- Author:
- IIT GmbH, Bremen/Germany, Copyright (c) 2000-2002, All Rights Reserved
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new QueueAlreadyDefinedException -
Method Summary
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QueueAlreadyDefinedException
Constructs a new QueueAlreadyDefinedException- Parameters:
msg
- the message
-