Class RestConflictException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.ws.rs.WebApplicationException
io.confluent.rest.exceptions.RestException
io.confluent.kafka.schemaregistry.rest.exceptions.RestConflictException
All Implemented Interfaces:
Serializable

public class RestConflictException extends io.confluent.rest.exceptions.RestException
See Also:
  • Field Details

    • DEFAULT_ERROR_CODE

      public static final int DEFAULT_ERROR_CODE
  • Constructor Details

    • RestConflictException

      public RestConflictException(String message, int errorCode)
    • RestConflictException

      public RestConflictException(String message, int errorCode, Throwable cause)