Class UnprocessableEntityException

  • All Implemented Interfaces:
    Serializable

    public class UnprocessableEntityException
    extends RegistryException
    This exception covers the following errors in the compat API: - Error code 42201 – Invalid schema - Error code 42202 – Invalid schema version - Error code 42203 – Invalid compatibility level
    See Also:
    Serialized Form
    • Constructor Detail

      • UnprocessableEntityException

        public UnprocessableEntityException​(String message)
      • UnprocessableEntityException

        public UnprocessableEntityException​(String message,
                                            Throwable cause)