Class UnprocessableEntityException

All Implemented Interfaces:
Serializable

public class UnprocessableEntityException extends RESTException
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 Details

    • UnprocessableEntityException

      @FormatMethod public UnprocessableEntityException(String message, Object... args)