ALBPM Process API

fuego.papi.exception
Class FilterBatchOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fuego.lang.DefaultException
              extended by fuego.papi.BatchOperationException
                  extended by fuego.papi.exception.FilterBatchOperationException
All Implemented Interfaces:
Serializable

public class FilterBatchOperationException
extends BatchOperationException

See Also:
Serialized Form

Constructor Summary
FilterBatchOperationException(InstanceInfo[] instances, Map<String,Throwable> otherExceptions)
           
 
Method Summary
 boolean failAllProcesses()
           
 InstanceInfo[] getAvailableInstances()
           
 String getErrorsMessage()
          This method is mainly to be used in logs.
 
Methods inherited from class fuego.papi.BatchOperationException
failAll, getAvailableObjects, getMessage, getNotAvailableObjects
 
Methods inherited from class fuego.lang.DefaultException
getCode, getDetail, getKey, getMessage, getStackTrace, getStackTraceString, getTechnicalDetail, getUserMessage, hasDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterBatchOperationException

public FilterBatchOperationException(InstanceInfo[] instances,
                                     Map<String,Throwable> otherExceptions)
Method Detail

getAvailableInstances

public InstanceInfo[] getAvailableInstances()

getErrorsMessage

public String getErrorsMessage()
This method is mainly to be used in logs. The message format is : key1:value1 key2:value2 etc.


failAllProcesses

public boolean failAllProcesses()

ALBPM Process API

© Copyright 1996/2005 Fuego Inc. All Rights Reserved