com.ibm.wbiserver.brules.mgmt.problem
Class ProblemTargetBusRuleNotSet
- java.lang.Object
com.ibm.wbiserver.brules.mgmt.problem.Problem
com.ibm.wbiserver.brules.mgmt.problem.ProblemTargetBusRuleNotSet
All implemented interfaces:
java.io.Serializable
- public class ProblemTargetBusRuleNotSet
- extends Problem
- implements java.io.Serializable
See Also:
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Constructor Summary
Constructor and Description |
---|
ProblemTargetBusRuleNotSet(OperationSelectionRecord operationSelectionRecord)
Constructor for the ProblemTargetBusRuleNotSet class.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getErrorMessage()
|
getOperationSelectionRecord()
Get the operation selection record 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
ProblemTargetBusRuleNotSet
- public ProblemTargetBusRuleNotSet( OperationSelectionRecord operationSelectionRecord)
Constructor for the ProblemTargetBusRuleNotSet class.
Parameters:
operationSelectionRecord
- The operation selection record involved in the error. Method Detail
getOperationSelectionRecord
- public OperationSelectionRecord getOperationSelectionRecord( )
Get the operation selection record involved in the error.
Returns:
The operation selection record involved in the error.
getErrorMessage
- public java.lang.String getErrorMessage( )
Specified by:
getErrorMessage
in class Problem