org.apache.qpid.server.queue
Class AMQQueue.ExistingExclusiveSubscription
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.server.queue.AMQQueue.ExistingExclusiveSubscription
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- AMQQueue
public static final class AMQQueue.ExistingExclusiveSubscription
- extends org.apache.qpid.AMQException
ExistingExclusiveSubscription signals a failure to create a subscription, because an exclusive subscription
already exists.
CRC Card
Responsibilities | Collaborations
|
---|
Represent failure to create a subscription, because an exclusive subscription already exists.
|
- See Also:
- Serialized Form
- Todo:
- Not an AMQP exception as no status code., Move to top level, used outside this class.
Methods inherited from class org.apache.qpid.AMQException |
cloneForCurrentThread, getErrorCode, isHardError, toString |
AMQQueue.ExistingExclusiveSubscription
public AMQQueue.ExistingExclusiveSubscription()
Licensed to the Apache Software Foundation