Class UnprocessableEntityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.apicurio.registry.types.RegistryException
-
- io.apicurio.registry.ccompat.rest.error.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 Summary
Constructors Constructor Description UnprocessableEntityException(String message)
UnprocessableEntityException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-