public class CcServerDecisionServiceAlreadyRegisteredException extends CcServerException implements java.io.Serializable
CcServerDecisionServiceAlreadyRegisteredException is thrown if an attempt is made to
load a RuleAsset (Ruleflow .erf or pre-compiled .eds file) with Decision Service Version X under a
Decision Service name that already has a CCJ with the same Version X loaded. The combination of
Decision Service name and Version must be unique.| Constructor and Description |
|---|
CcServerDecisionServiceAlreadyRegisteredException() |
CcServerDecisionServiceAlreadyRegisteredException(java.lang.Exception aparentException,
java.lang.Object aobject) |
CcServerDecisionServiceAlreadyRegisteredException(java.lang.Exception aparentException,
java.lang.String astrMessage) |
CcServerDecisionServiceAlreadyRegisteredException(java.lang.Exception aparentException,
java.lang.String astrMessage,
java.lang.Object aobject) |
CcServerDecisionServiceAlreadyRegisteredException(java.lang.String astrMessage) |
CcServerDecisionServiceAlreadyRegisteredException(java.lang.String astrMessage,
java.lang.Object aobject) |
public CcServerDecisionServiceAlreadyRegisteredException()
public CcServerDecisionServiceAlreadyRegisteredException(java.lang.String astrMessage)
public CcServerDecisionServiceAlreadyRegisteredException(java.lang.String astrMessage,
java.lang.Object aobject)
public CcServerDecisionServiceAlreadyRegisteredException(java.lang.Exception aparentException,
java.lang.String astrMessage)
public CcServerDecisionServiceAlreadyRegisteredException(java.lang.Exception aparentException,
java.lang.Object aobject)
public CcServerDecisionServiceAlreadyRegisteredException(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.