Fuego Process API

fuego.papi.exception
Class FilterBatchOperationException


java.lang.Object

  extended byjava.lang.Throwable

      extended byjava.lang.Exception

          extended byfuego.lang.DefaultException

              extended byfuego.papi.BatchOperationException

                  extended byfuego.papi.exception.FilterBatchOperationException

All Implemented Interfaces:
Serializable

public class FilterBatchOperationException
extends BatchOperationException

See Also:
Serialized Form

Constructor Summary
FilterBatchOperationException(InstanceInfo[] instances, Map 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, hasTechnicalDetail
 
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 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()

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved