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
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ProblemBusRuleNotInAvailTargetList(BusinessRule businessRule,Operation operation)
Constructor for the ProblemBusRuleNotInAvailTargetList class.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
getBusinessRule()
Get the business rule involved in the error.
|
|
|
getErrorMessage()
|
getOperation()
Get the operation involved in the error.
|
Methods inherited from class com.ibm.wbiserver.brules.mgmt.problem.Problem |
---|
getErrorType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
COPYRIGHT
- public static final java.lang.String COPYRIGHT
See Also:
Constructor Detail
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. Method Detail
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