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

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.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.

Constructor Summary
AMQQueue.ExistingExclusiveSubscription()
           
 
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.ExistingExclusiveSubscription

public AMQQueue.ExistingExclusiveSubscription()


Licensed to the Apache Software Foundation