org.jboss.mq
Class DestinationFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.jms.JMSException
org.jboss.mq.SpyJMSException
org.jboss.mq.DestinationFullException
- All Implemented Interfaces:
- Serializable, org.jboss.util.NestedThrowable
public class DestinationFullException
- extends SpyJMSException
Thrown when a message cannot be added to a queue or a subscription
because it is full.
- Version:
- $Revision: 1.3.6.1 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
Nested classes/interfaces inherited from interface org.jboss.util.NestedThrowable |
org.jboss.util.NestedThrowable.Util |
Field Summary |
protected String |
text
The text of the message before the nested mangles it |
Fields inherited from interface org.jboss.util.NestedThrowable |
DETECT_DUPLICATE_NESTING, NESTED_TRACE_ENABLED, PARENT_TRACE_ENABLED |
Methods inherited from class javax.jms.JMSException |
getErrorCode |
text
protected String text
- The text of the message before the nested mangles it
DestinationFullException
public DestinationFullException(String msg)
- Create a new DestinationFullException
- Parameters:
msg
- the message text
getText
public String getText()
- Get the message text
- Returns:
- the text
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.