Package 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 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
 
- 
- 
Constructor SummaryConstructors Constructor Description DestinationDoesNotExistException(String destination)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocalizedMessage()booleanisTemporary()- 
Methods inherited from class javax.jms.JMSExceptiongetErrorCode, getLinkedException, setLinkedException
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
DestinationDoesNotExistExceptionpublic DestinationDoesNotExistException(String destination) 
 
- 
 - 
Method Detail- 
isTemporarypublic boolean isTemporary() 
 - 
getLocalizedMessagepublic String getLocalizedMessage() - Overrides:
- getLocalizedMessagein class- Throwable
 
 
- 
 
-