org.jboss.mq
Class DestinationFullException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.jms.JMSException (src) 
              extended byorg.jboss.mq.SpyJMSException (src) 
                  extended byorg.jboss.mq.DestinationFullException
All Implemented Interfaces:
NestedThrowable (src) , java.io.Serializable

public class DestinationFullException
extends SpyJMSException (src)

Thrown when a message cannot be added to a queue or a subscription because it is full.

See Also:
Serialized Form

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

text

protected java.lang.String text
The text of the message before the nested mangles it

Constructor Detail

DestinationFullException

public DestinationFullException(java.lang.String msg)
Create a new DestinationFullException

Parameters:
msg - the message text
Method Detail

getText

public java.lang.String getText()
Get the message text

Returns:
the text