ALBPM Process API (PAPI)

fuego.papi.exception
Class TasksException

java.lang.Object
  extended byDefaultException
      extended byfuego.papi.BatchOperationException
          extended byfuego.papi.exception.TasksException

public class TasksException
extends BatchOperationException

See Also:
Serialized Form

Constructor Summary
TasksException()
           
TasksException(Map notAvailableObjects, boolean failAll)
           
 
Method Summary
 boolean failAll()
          Returns if the operation failed over every object.
 
Methods inherited from class fuego.papi.BatchOperationException
getAvailableObjects, getMessage, getNotAvailableObjects
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TasksException

public TasksException()

TasksException

public TasksException(Map notAvailableObjects,
                      boolean failAll)
Method Detail

failAll

public boolean failAll()
Description copied from class: BatchOperationException
Returns if the operation failed over every object.

Overrides:
failAll in class BatchOperationException
Returns:
true if the operation failes over every object.

ALBPM Process API (PAPI)

© Copyright 1996/2005 Fuego Inc. All Rights Reserved