public final class BadSequenceNumberException extends JMSException
Modifier and Type | Field and Description |
---|---|
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
BadSequenceNumberException(Loggable i18nLog)
A constructor that takes an i18n safe loggable
|
BadSequenceNumberException(Loggable i18nLog,
java.lang.String errorCode) |
BadSequenceNumberException(Loggable i18nLog,
java.lang.String errorCode,
java.lang.Throwable cause) |
BadSequenceNumberException(Loggable i18nLog,
java.lang.Throwable cause) |
BadSequenceNumberException(java.lang.String message)
Deprecated.
use #this(Loggable)
|
BadSequenceNumberException(java.lang.String message,
java.lang.String errorCode)
Deprecated.
use #this(Loggable, String)
|
BadSequenceNumberException(java.lang.String message,
java.lang.String errorCode,
java.lang.Throwable cause)
Deprecated.
|
BadSequenceNumberException(java.lang.String message,
java.lang.Throwable cause)
Deprecated.
use #this(Loggable, Throwable)
|
getLinkedException, getLinkedException, isInformational, setLinkedException, setLinkedException
static final long serialVersionUID
public BadSequenceNumberException(Loggable i18nLog)
i18nLog
- The loggable message to go along with this exception@Deprecated public BadSequenceNumberException(java.lang.String message)
message
- public BadSequenceNumberException(Loggable i18nLog, java.lang.String errorCode)
i18nLog
- The loggable message to go along with this exceptionerrorCode
- @Deprecated public BadSequenceNumberException(java.lang.String message, java.lang.String errorCode)
message
- errorCode
- public BadSequenceNumberException(Loggable i18nLog, java.lang.Throwable cause)
i18nLog
- The loggable message to go along with this exceptioncause
- @Deprecated public BadSequenceNumberException(java.lang.String message, java.lang.Throwable cause)
message
- cause
- public BadSequenceNumberException(Loggable i18nLog, java.lang.String errorCode, java.lang.Throwable cause)
i18nLog
- The loggable message to go along with this exceptionerrorCode
- cause
- @Deprecated public BadSequenceNumberException(java.lang.String message, java.lang.String errorCode, java.lang.Throwable cause)
message
- errorCode
- cause
-