com.ibm.wbiserver.brules.mgmt.problem

Class ProblemTargetBusRuleNotSet

  1. java.lang.Object
  2. extended bycom.ibm.wbiserver.brules.mgmt.problem.Problem
  3. extended bycom.ibm.wbiserver.brules.mgmt.problem.ProblemTargetBusRuleNotSet
All implemented interfaces:
java.io.Serializable

  1. public class ProblemTargetBusRuleNotSet
  2. extends Problem
  3. implements java.io.Serializable
Problem class representing the error that the target business rule is not set for the specified operation selection record.
See Also:
Serialized Form

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Constructor Summary

Constructor and Description
ProblemTargetBusRuleNotSet(OperationSelectionRecord operationSelectionRecord)
Constructor for the ProblemTargetBusRuleNotSet class.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getErrorMessage()
  1. OperationSelectionRecord
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

  1. public static final java.lang.String COPYRIGHT
See Also:

Constructor Detail

ProblemTargetBusRuleNotSet

  1. public ProblemTargetBusRuleNotSet( OperationSelectionRecord operationSelectionRecord)
Constructor for the ProblemTargetBusRuleNotSet class.
Parameters:
operationSelectionRecord - The operation selection record involved in the error.

Method Detail

getOperationSelectionRecord

  1. public OperationSelectionRecord getOperationSelectionRecord( )
Get the operation selection record involved in the error.
Returns:
The operation selection record involved in the error.

getErrorMessage

  1. public java.lang.String getErrorMessage( )
Specified by: