com.eurotech.framework
Class EsfPartialSuccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.eurotech.framework.EsfException
com.eurotech.framework.EsfPartialSuccessException
- All Implemented Interfaces:
- Serializable
public class EsfPartialSuccessException
- extends EsfException
EsfPartialSuccessException is used capture the response
of bulk operations which allow for the failures of some
of their steps.
EsfPartialSuccessException.getCauses() will return the
exceptions collected during operations for those steps
that failed.
- See Also:
- Serialized Form
Method Summary |
List<Throwable> |
getCauses()
Returns the list of failures collected during the execution of the bulk operation. |
EsfPartialSuccessException
public EsfPartialSuccessException(String message,
List<Throwable> causes)
getCauses
public List<Throwable> getCauses()
- Returns the list of failures collected during the execution of the bulk operation.
- Returns:
- causes
Copyright © 2013. All Rights Reserved.