public class BadRoleException extends DatabaseException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT |
static java.lang.String |
VERSION |
mLookUpRuleMessages| Constructor and Description |
|---|
BadRoleException(java.lang.String aBadRole,
java.lang.String aMsg)
Constructor for BadRoleException
|
BadRoleException(java.lang.String aBadRole,
java.lang.Throwable aCause,
java.lang.String aMsg)
Constructor for BadRoleException
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBadRole()
Returns the bad role.
|
getSQL, setSQL, setSQLInsertsisLookUpRuleMessages, setLookUpRuleMessages, toStringpublic static final java.lang.String COPYRIGHT
public static final java.lang.String VERSION
public BadRoleException(java.lang.String aBadRole,
java.lang.String aMsg)
aBadRole - the bad role nameaMsg - the messagepublic BadRoleException(java.lang.String aBadRole,
java.lang.Throwable aCause,
java.lang.String aMsg)
aBadRole - the bad role nameaCause - the root causeaMsg - the messageCopyright © 2014 Pegasystems Inc. All Rights Reserved.