Package org.nuxeo.ecm.automation
Class OperationCompoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.nuxeo.ecm.automation.OperationException
-
- org.nuxeo.ecm.automation.OperationCompoundException
-
- All Implemented Interfaces:
Serializable
public class OperationCompoundException extends OperationException
- Since:
- 5.7.2 Operation composite exception containing multiple @{link OperationException}
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description OperationException[]
operationExceptions
-
Fields inherited from class org.nuxeo.ecm.automation.OperationException
rollback
-
-
Constructor Summary
Constructors Constructor Description OperationCompoundException(String message, OperationException[] operationExceptions)
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.automation.OperationException
isRollback, setNoRollback
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
operationExceptions
public final OperationException[] operationExceptions
-
-
Constructor Detail
-
OperationCompoundException
public OperationCompoundException(String message, OperationException[] operationExceptions)
-
-