com.ibm.wbiserver.brules.mgmt.problem
Class ProblemBusRuleNotInAvailTargetList
java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemBusRuleNotInAvailTargetList
- All Implemented Interfaces:
- java.io.Serializable
public class ProblemBusRuleNotInAvailTargetList
- extends Problem
- implements java.io.Serializable
Problem class representing the error that the specified business rule is not in the
available targets list.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
COPYRIGHT
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
ProblemBusRuleNotInAvailTargetList
public ProblemBusRuleNotInAvailTargetList(BusinessRule businessRule,
Operation operation)
- Constructor for the ProblemBusRuleNotInAvailTargetList class.
- Parameters:
businessRule
- The business rule involved in the error.operation
- The operation involved in the error.
getBusinessRule
public BusinessRule getBusinessRule()
- Get the business rule involved in the error.
- Returns:
- The business rule involved in the error.
getOperation
public Operation getOperation()
- Get the operation involved in the error.
- Returns:
- The operation involved in the error.
getErrorMessage
public java.lang.String getErrorMessage()
- Specified by:
getErrorMessage
in class Problem