Package | Description |
---|---|
com.pega.pegarules.pub.database |
Provides access to the relational database.
|
Modifier and Type | Method and Description |
---|---|
static AuthorizationException |
AuthorizationException.createCannotDeleteException(java.lang.String aInstanceName)
Create an exception indicating that you are not authorized to delete a
particular instance.
|
static AuthorizationException |
AuthorizationException.createCannotDeleteFromLockedRuleSetException(java.lang.String aRuleHandle,
java.lang.String aRuleSetName,
java.lang.String aRuleSetVersion)
Creates an exception due to the caller trying to delete a Rule from a
locked RuleSet.
|
static AuthorizationException |
AuthorizationException.createCannotModifyException(java.lang.String aInstanceName)
Create an exception indicating that you are not authorized to modify a
particular instance.
|
static AuthorizationException |
AuthorizationException.createCannotOpenException(java.lang.String aInstanceName)
Create an exception indicating that you are not authorized to open a
particular instance.
|
static AuthorizationException |
AuthorizationException.createCannotSaveToLockedRuleSetException(java.lang.String aRuleHandle,
java.lang.String aRuleSetName,
java.lang.String aRuleSetVersion)
Creates an exception due to the caller trying to save a Rule to a
locked RuleSet.
|
static AuthorizationException |
AuthorizationException.createCannotSaveToSharedRuleSetException(java.lang.String aRuleHandle,
java.lang.String aRuleSetName)
Creates an exception due to the caller trying to save a Rule to a
locked RuleSet.
|
static AuthorizationException |
AuthorizationException.createCannotSearchException(java.lang.String aClass)
Create an exception indicating that you are not authorized to do a
particular search.
|
Copyright © 2015 Pegasystems Inc. All Rights Reserved.