org.activemq
Class DuplicateDurableSubscriptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
org.activemq.DuplicateDurableSubscriptionException
- All Implemented Interfaces:
- java.io.Serializable
- public class DuplicateDurableSubscriptionException
- extends javax.jms.JMSException
There is only meant to be a single durable subscription open for a given clientID and subscriber name;
this exception is thrown if a user tries to subscribe twice
for the same clientID and subscriber name.
- Version:
- $Revision: 1.1.1.1 $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
clientID
private java.lang.String clientID
consumerName
private java.lang.String consumerName
DuplicateDurableSubscriptionException
public DuplicateDurableSubscriptionException(org.activemq.message.ConsumerInfo info)
getClientID
public java.lang.String getClientID()
getConsumerName
public java.lang.String getConsumerName()