org.apache.activemq
Class DestinationDoesNotExistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
org.apache.activemq.DestinationDoesNotExistException
- All Implemented Interfaces:
- Serializable
public class DestinationDoesNotExistException
- extends javax.jms.JMSException
An exception thrown on a send if a destination does not exist.
Allows a network bridge to easily cherry-pick and ignore
- See Also:
- Serialized Form
| Methods inherited from class javax.jms.JMSException |
getErrorCode, getLinkedException, setLinkedException |
DestinationDoesNotExistException
public DestinationDoesNotExistException(String destination)
isTemporary
public boolean isTemporary()
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class Throwable
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.