|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.genesyslab.platform.commons.PlatformException
com.genesyslab.platform.commons.protocol.ProtocolException
com.genesyslab.platform.configuration.protocol.exceptions.SessionDisconnectedException
com.genesyslab.platform.configuration.protocol.exceptions.HistoryLogExpiredException
public final class HistoryLogExpiredException
HistoryLogExpiredException
is thrown in case
when user session history log is expired on session restoration.
EventError2
server response with
CfgErrorType.CFGHistoryLogExpired
error code after
RequestHistoryLog
.
It means that connection should be reopened one more time without session restoration.
Constructor Summary | |
---|---|
HistoryLogExpiredException(java.lang.String errMessage,
EventError2 errEvt)
|
Method Summary |
---|
Methods inherited from class com.genesyslab.platform.configuration.protocol.exceptions.SessionDisconnectedException |
---|
getErrorCode, getErrorType, getMsgDisconnectEvent |
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 HistoryLogExpiredException(java.lang.String errMessage, EventError2 errEvt)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |