IBM WebSphere Application ServerTM
Release 8

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

java.lang.Object
  extended by com.ibm.wbiserver.brules.mgmt.problem.Problem
      extended by com.ibm.wbiserver.brules.mgmt.problem.ProblemOperationContainsNoTargets
All Implemented Interfaces:
java.io.Serializable

public class ProblemOperationContainsNoTargets
extends Problem
implements java.io.Serializable

This class represents a validation error where an operation has no default business rule target and also has no business rule targets qualified by date ranges. An operation must have at least one target.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
ProblemOperationContainsNoTargets(Operation operation)
          Constructor for the ProblemOperationContainsNoTargets object.
 
Method Summary
 java.lang.String getErrorMessage()
           
 Operation getOperation()
          Get the operation which has 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

ProblemOperationContainsNoTargets

public ProblemOperationContainsNoTargets(Operation operation)
Constructor for the ProblemOperationContainsNoTargets object.

Parameters:
operation - The operation to which this error applies.
Method Detail

getOperation

public Operation getOperation()
Get the operation which has the error.

Returns:
The operation which has the error.

getErrorMessage

public java.lang.String getErrorMessage()
Specified by:
getErrorMessage in class Problem

IBM WebSphere Application ServerTM
Release 8