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 Summary
Constructors Constructor Description DestinationDoesNotExistException(String destination)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getLocalizedMessage()
boolean
isTemporary()
-
Methods inherited from class javax.jms.JMSException
getErrorCode, getLinkedException, setLinkedException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DestinationDoesNotExistException
public DestinationDoesNotExistException(String destination)
-
-
Method Detail
-
isTemporary
public boolean isTemporary()
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classThrowable
-
-