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
public class InvalidOperationException extends OperationException
Dedicated to bad requests: operation unsupported, invalid, not implemented...InvokableMethod.invoke(OperationContext, java.util.Map)
is automatically wrappingUnsupportedOperationException
into anInvalidOperationException
.- Since:
- 5.7
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.automation.OperationException
rollback
-
-
Constructor Summary
Constructors Constructor Description InvalidOperationException(String message)
InvalidOperationException(String message, Throwable cause)
InvalidOperationException(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
-
-