public final class DataOverrunException extends JMSException
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.| Modifier and Type | Method and Description |
|---|---|
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.
|
getLinkedException, setLinkedExceptiongetErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getJMSMessageId()
public String getJMSCorrelationId()
public Destination getJMSDestination()