org.apache.qpid.server.queue
Class AMQQueue.ExistingSubscriptionPreventsExclusive
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.qpid.AMQException
org.apache.qpid.server.queue.AMQQueue.ExistingSubscriptionPreventsExclusive
- All Implemented Interfaces:
- Serializable
- Enclosing interface:
- AMQQueue
public static final class AMQQueue.ExistingSubscriptionPreventsExclusive
- extends org.apache.qpid.AMQException
ExistingSubscriptionPreventsExclusive signals a failure to create an exclusize subscription, as a subscription
already exists.
CRC Card
Responsibilities | Collaborations
|
---|
Represent failure to create an exclusize subscription, as a 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.ExistingSubscriptionPreventsExclusive
public AMQQueue.ExistingSubscriptionPreventsExclusive()
Licensed to the Apache Software Foundation