public final class LostServerException extends JMSException
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
replayLastException |
(package private) static long |
serialVersionUID |
Constructor and Description |
---|
LostServerException(Loggable i18nLog)
A constructor that takes an i18n safe loggable
|
LostServerException(Loggable i18nLog,
java.lang.Throwable cause)
Constructor with a cause and an i18n safe loggable
|
LostServerException(java.lang.String reason) |
LostServerException(java.lang.String message,
java.lang.Throwable cause) |
LostServerException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
boolean |
isReplayLastException() |
void |
setReplayLastException(boolean replay) |
getLinkedException, getLinkedException, isInformational, setLinkedException, setLinkedException
static final long serialVersionUID
boolean replayLastException
public LostServerException(java.lang.String reason)
public LostServerException(java.lang.Throwable cause)
public LostServerException(Loggable i18nLog)
i18nLog
- The loggable message to go along with this exceptionpublic LostServerException(Loggable i18nLog, java.lang.Throwable cause)
i18nLog
- The loggable message to go along with this exceptioncause
- The real cause of this exceptionpublic LostServerException(java.lang.String message, java.lang.Throwable cause)