public class BadRulesetException extends DatabaseException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
mLookUpRuleMessages
Constructor and Description |
---|
BadRulesetException(java.lang.String aBadRuleset)
Creates an exception caused by the specified ruleset
definition.
|
BadRulesetException(java.lang.String aBadRuleset,
java.lang.String aDescr)
Creates an exception caused by the specified ruleset
definition.
|
BadRulesetException(java.lang.String aBadRuleset,
java.lang.String aDescr,
DatabaseException e) |
BadRulesetException(java.lang.String aMsgID,
java.lang.String aBadRuleset,
java.lang.String aDescr)
Creates an exception caused by the specified ruleset
definition.
|
getDBName, getIndexesOfFailedBatchOperation, getMessage, getOperation, getSQL, setDBName, setOperation, setSQL, setSQLInserts
isLookUpRuleMessages, setLookUpRuleMessages, toString
public static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public BadRulesetException(java.lang.String aBadRuleset, java.lang.String aDescr)
aBadRuleset
- the bad ruleset stringaDescr
- what we were doing when we encountered the
bad ruleSetpublic BadRulesetException(java.lang.String aBadRuleset)
aBadRuleset
- the bad ruleset stringpublic BadRulesetException(java.lang.String aMsgID, java.lang.String aBadRuleset, java.lang.String aDescr)
aMsgID
- the message IDaBadRuleset
- the bad ruleset stringaDescr
- what we were doing when we encountered the
bad ruleSetpublic BadRulesetException(java.lang.String aBadRuleset, java.lang.String aDescr, DatabaseException e)
Copyright © 2018 Pegasystems Inc. All Rights Reserved.