com.ibm.wbiserver.brules.mgmt.problem

Class ProblemBusRuleNotInAvailTargetList

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

  1. public class ProblemBusRuleNotInAvailTargetList
  2. extends Problem
  3. 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

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

Constructor Summary

Constructor and Description
ProblemBusRuleNotInAvailTargetList(BusinessRule businessRule,Operation operation)
Constructor for the ProblemBusRuleNotInAvailTargetList class.

Method Summary

Modifier and Type Method and Description
  1. BusinessRule
getBusinessRule()
Get the business rule involved in the error.
  1. java.lang.String
getErrorMessage()
  1. Operation
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

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

Constructor Detail

ProblemBusRuleNotInAvailTargetList

  1. public ProblemBusRuleNotInAvailTargetList( BusinessRule businessRule,
  2. 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

  1. public BusinessRule getBusinessRule( )
Get the business rule involved in the error.
Returns:
The business rule involved in the error.

getOperation

  1. public Operation getOperation()
Get the operation involved in the error.
Returns:
The operation involved in the error.

getErrorMessage

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