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 JMSException
An exception thrown if a destination is attempted to be created when it already exists.
- Version:
- $Revision: 564057 $
- See Also:
- Serialized Form
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-2011 Apache Software Foundation. All Rights Reserved.