Package org.nuxeo.ecm.automation
Class InvalidChainException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nuxeo.ecm.automation.OperationException
org.nuxeo.ecm.automation.InvalidChainException
- All Implemented Interfaces:
Serializable
The chain could not be validated. (i.e. no valid path found in the chain graph).
- Author:
- Bogdan Stefanescu
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.automation.OperationException
rollback
-
Constructor Summary
-
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
-
Constructor Details
-
InvalidChainException
-