Package org.apache.iceberg.exceptions
Class UnprocessableEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.iceberg.exceptions.RESTException
org.apache.iceberg.exceptions.UnprocessableEntityException
- All Implemented Interfaces:
Serializable
REST exception thrown when a request is well-formed but cannot be applied.
For example, this is used when a property update requests that properties are simultaneously set and removed.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnprocessableEntityException
-