当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 messaging API Documentation 英文版文档
DestinationFullException (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging API Documentation 英文版文档
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:
- org.jboss.util.NestedThrowable, Serializable
- 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 $
- Author:
- Adrian Brock
- See Also:
- Serialized Form
Nested classes inherited from class 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.