Class ConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.apicurio.registry.types.RegistryException
-
- io.apicurio.registry.ccompat.rest.error.ConflictException
-
- All Implemented Interfaces:
Serializable
public class ConflictException extends RegistryException
This exception covers the following errors in the compat API: - 409 Conflict – Incompatible schema- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConflictException(String message)
ConflictException(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
-
-