Platform SDK Java 8.5 API Reference

com.genesyslab.platform.configuration.protocol.exceptions
Class HistoryLogExpiredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.genesyslab.platform.commons.PlatformException
              extended by com.genesyslab.platform.commons.protocol.ProtocolException
                  extended by com.genesyslab.platform.configuration.protocol.exceptions.SessionDisconnectedException
                      extended by com.genesyslab.platform.configuration.protocol.exceptions.HistoryLogExpiredException
All Implemented Interfaces:
java.io.Serializable

public final class HistoryLogExpiredException
extends SessionDisconnectedException

HistoryLogExpiredException is thrown in case when user session history log is expired on session restoration.

It may rise in handshake procedure by EventError2 server response with CfgErrorType.CFGHistoryLogExpired error code after RequestHistoryLog.

It means that connection should be reopened one more time without session restoration.

See Also:
Serialized Form

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

HistoryLogExpiredException

public HistoryLogExpiredException(java.lang.String errMessage,
                                  EventError2 errEvt)

Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.