com.ibm.wbiserver.brules.mgmt.problem

Class 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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 Business Process ManagerTM
Release 8