Class UnprocessableEntityException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      UnprocessableEntityException​(java.lang.String message, java.lang.Object... args)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnprocessableEntityException

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