org.apache.qpid.server.queue
Class AMQQueue.ExistingSubscriptionPreventsExclusive

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.qpid.AMQException
              extended by 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.

Constructor Summary
AMQQueue.ExistingSubscriptionPreventsExclusive()
           
 
Method Summary
 
Methods inherited from class org.apache.qpid.AMQException
cloneForCurrentThread, getErrorCode, isHardError, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AMQQueue.ExistingSubscriptionPreventsExclusive

public AMQQueue.ExistingSubscriptionPreventsExclusive()


Licensed to the Apache Software Foundation