|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.jms.JMSException (src)
org.jboss.mq.SpyJMSException (src)
org.jboss.mq.DestinationFullException
Thrown when a message cannot be added to a queue or a subscription because it is full.
Nested Class Summary |
Nested classes inherited from class org.jboss.util.NestedThrowable (src) |
NestedThrowable.Util (src) |
Field Summary | |
protected java.lang.String |
text
The text of the message before the nested mangles it |
Fields inherited from class org.jboss.mq.SpyJMSException (src) |
nested |
Fields inherited from interface org.jboss.util.NestedThrowable (src) |
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED |
Constructor Summary | |
DestinationFullException(java.lang.String msg)
Create a new DestinationFullException |
Method Summary | |
java.lang.String |
getText()
Get the message text |
Methods inherited from class org.jboss.mq.SpyJMSException (src) |
getAsJMSException, getCause, getLinkedException, getMessage, getNested, printStackTrace, printStackTrace, printStackTrace, rethrowAsJMSException, setLinkedException |
Methods inherited from class javax.jms.JMSException (src) |
getErrorCode |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected java.lang.String text
Constructor Detail |
public DestinationFullException(java.lang.String msg)
msg
- the message textMethod Detail |
public java.lang.String getText()
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |