Package org.nuxeo.ecm.automation
Class InvalidOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.nuxeo.ecm.automation.OperationException
org.nuxeo.ecm.automation.InvalidOperationException
- All Implemented Interfaces:
Serializable
Dedicated to bad requests: operation unsupported, invalid, not implemented...
InvokableMethod.invoke(OperationContext, java.util.Map)
is automatically
wrapping UnsupportedOperationException
into an InvalidOperationException
.- Since:
- 5.7
- See Also:
-
Field Summary
Fields inherited from class org.nuxeo.ecm.automation.OperationException
rollback
-
Constructor Summary
ConstructorDescriptionInvalidOperationException
(String message) InvalidOperationException
(String message, Throwable cause) -
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
-
InvalidOperationException
-
InvalidOperationException
-
InvalidOperationException
-