org.apache.activemq.broker
Class DestinationAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
org.apache.activemq.broker.DestinationAlreadyExistsException
- All Implemented Interfaces:
- Serializable
public class DestinationAlreadyExistsException
- extends javax.jms.JMSException
An exception thrown if a destination is attempted to be created when it already exists.
- See Also:
- Serialized Form
| Methods inherited from class javax.jms.JMSException |
getErrorCode, getLinkedException, setLinkedException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DestinationAlreadyExistsException
public DestinationAlreadyExistsException(ActiveMQDestination destination)
getDestination
public ActiveMQDestination getDestination()
Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.