IBM WebSphere Application ServerTM
Release 8

com.ibm.wbiserver.brules.mgmt.problem
Class ProblemBusRuleNotInAvailTargetList

java.lang.Object
  extended by com.ibm.wbiserver.brules.mgmt.problem.Problem
      extended by 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
           
 
Constructor Summary
ProblemBusRuleNotInAvailTargetList(BusinessRule businessRule, Operation operation)
          Constructor for the ProblemBusRuleNotInAvailTargetList class.
 
Method Summary
 BusinessRule getBusinessRule()
          Get the business rule involved in the error.
 java.lang.String getErrorMessage()
           
 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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
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

IBM WebSphere Application ServerTM
Release 8