|
BEA Systems, Inc. | |||||||||||
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
weblogic.jms.common.JMSException
weblogic.jms.extensions.DataOverrunException
DataOverrunException
is
thrown by a multicast session
when the number of messages received by the session,
but not yet delivered to the messageListener, exceeds
the maximum number of messages allowed for the session.
Constructor Summary | |
DataOverrunException(String reason,
String messageId,
String correlationId,
Destination destination)
Construct a DataOverrunException that provides
a description of the exception. |
|
DataOverrunException(String reason,
String errorCode,
String messageId,
String correlationId,
Destination destination)
Constructs a DataOverrunException that provides an error code
and a description of the exception. |
Method Summary | |
String |
getJMSCorrelationId()
Returns the correlation id for messages lost when the maximum number of messages allowed for the session is exceeded. |
Destination |
getJMSDestination()
Returns the destination that sent a message when the maximum number of messages allowed for the session is exceeded. |
String |
getJMSMessageId()
Returns the message id for messages lost when the maximum number of messages allowed for the session is exceeded. |
boolean |
isInformational()
|
Methods inherited from class weblogic.jms.common.JMSException |
getLinkedException, setLinkedException |
Methods inherited from class javax.jms.JMSException |
getErrorCode |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 DataOverrunException(String reason, String messageId, String correlationId, Destination destination)
DataOverrunException
that provides
a description of the exception. The error code
defaults to null.
public DataOverrunException(String reason, String errorCode, String messageId, String correlationId, Destination destination)
DataOverrunException
that provides an error code
and a description of the exception.
Method Detail |
public String getJMSCorrelationId()
public Destination getJMSDestination()
public String getJMSMessageId()
public boolean isInformational()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |