public final class NonexistentTableException extends ConfigurationException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
mLookUpRuleMessages
Constructor and Description |
---|
NonexistentTableException(java.lang.Throwable aCause,
java.lang.String aMsgID,
java.lang.String[] aMsgInserts,
int aSeverity,
java.lang.String aSQL,
java.lang.String[] aSQLInserts)
Creates a nonexistent table exception.
|
createMissingColumnException
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 NonexistentTableException(java.lang.Throwable aCause, java.lang.String aMsgID, java.lang.String[] aMsgInserts, int aSeverity, java.lang.String aSQL, java.lang.String[] aSQLInserts)
aCause
- the root exception, or null if noneaMsgID
- the name of the message to useaMsgInserts
- parameters for the messageaSeverity
- severity of the error; should be one of the
ProcessingStatus
constantsaSQL
- the SQL that caused the problem, or null if noneaSQLInserts
- prepared statement inserts for aSQL
, or null
if noneCopyright © 2018 Pegasystems Inc. All Rights Reserved.