|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jms.JMSException
org.apache.activemq.DestinationDoesNotExistException
public class DestinationDoesNotExistException
An exception thrown on a send if a destination does not exist. Allows a network bridge to easily cherry-pick and ignore
| Constructor Summary | |
|---|---|
DestinationDoesNotExistException(java.lang.String destination)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLocalizedMessage()
|
boolean |
isTemporary()
|
| Methods inherited from class javax.jms.JMSException |
|---|
getErrorCode, getLinkedException, setLinkedException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DestinationDoesNotExistException(java.lang.String destination)
| Method Detail |
|---|
public boolean isTemporary()
public java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||