public class ColumnPopulationException extends PRException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
int |
errorCode |
static java.lang.String |
VERSION |
mLookUpRuleMessages
Constructor and Description |
---|
ColumnPopulationException(java.lang.String aMsgDescr)
This standard constructor requires a diagnostic to identify the nature of
the problem encountered.
|
ColumnPopulationException(java.lang.String aMsgDescr,
int errorCode)
This standard constructor requires a diagnostic to identify the nature of
the problem encountered.
|
ColumnPopulationException(java.lang.String aMsgDescr,
java.lang.Throwable aCause)
This constructor requires a diagnostic to identify the nature of the
problem encountered and a Throwable that further describes the cause of
the exception.
|
isLookUpRuleMessages, setLookUpRuleMessages, toString
public static final java.lang.String COPYRIGHT
public int errorCode
public static final java.lang.String VERSION
public ColumnPopulationException(java.lang.String aMsgDescr, int errorCode)
aMsgDescr
- a message descriptor in the conventional formerrorCode
- errorCode 100 means Jobs Per Node limit reached
errorCode 101 means Not enough permissions to execute the jobpublic ColumnPopulationException(java.lang.String aMsgDescr)
aMsgDescr
- a message descriptor in the conventional formpublic ColumnPopulationException(java.lang.String aMsgDescr, java.lang.Throwable aCause)
aMsgDescr
- a message descriptor in the conventional formaCause
- Copyright © 2015 Pegasystems Inc. All Rights Reserved.