public class CcServerTimeoutException extends CcServerException implements java.io.Serializable
CcServerTimeoutException is thrown if a Decision Service request waits in
queue for X milliseconds without getting processed, where X is the value in
CcConfig.jar|CcServer.properties|com.corticon.ccserver.timeout.| Constructor and Description |
|---|
CcServerTimeoutException() |
CcServerTimeoutException(java.lang.Exception aparentException,
java.lang.Object aobject) |
CcServerTimeoutException(java.lang.Exception aparentException,
java.lang.String astrMessage) |
CcServerTimeoutException(java.lang.Exception aparentException,
java.lang.String astrMessage,
java.lang.Object aobject) |
CcServerTimeoutException(java.lang.String astrMessage) |
CcServerTimeoutException(java.lang.String astrMessage,
java.lang.Object aobject) |
public CcServerTimeoutException()
public CcServerTimeoutException(java.lang.String astrMessage)
public CcServerTimeoutException(java.lang.String astrMessage,
java.lang.Object aobject)
public CcServerTimeoutException(java.lang.Exception aparentException,
java.lang.String astrMessage)
public CcServerTimeoutException(java.lang.Exception aparentException,
java.lang.Object aobject)
public CcServerTimeoutException(java.lang.Exception aparentException,
java.lang.String astrMessage,
java.lang.Object aobject)
Copyright © 2005-2020 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.