|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.jms.JMSException
weblogic.jms.common.JMSException
weblogic.jms.extensions.DataOverrunException
public final class 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 java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataOverrunException(String reason, String errorCode, String messageId, String correlationId, Destination destination)
DataOverrunException
that provides an error code
and a description of the exception.
reason
- a description of the exception.errorCode
- a string specifying the vendor specific error code.messageId
- the messageId of the message that was lost.correlationId
- the correlationId of the message that was lost.destination
- the destination that sent the message.public DataOverrunException(String reason, String messageId, String correlationId, Destination destination)
DataOverrunException
that provides
a description of the exception. The error code
defaults to null.
reason
- a description of the exception.messageId
- the messageId of the message that was lost.correlationId
- the correlationId of the message that was lost.serverName
- the of the server that hosts the destination that sent the message.destinationName
- the name of the destination that sent the message.Method Detail |
---|
public String getJMSMessageId()
public String getJMSCorrelationId()
public Destination getJMSDestination()
public boolean isInformational()
isInformational
in class weblogic.jms.common.JMSException
|
Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |