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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRestConflictException(String message, int errorCode) RestConflictException(String message, int errorCode, Throwable cause) -
Method Summary
Methods inherited from class io.confluent.rest.exceptions.RestException
getErrorCode, getStatusMethods inherited from class jakarta.ws.rs.WebApplicationException
getResponseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
DEFAULT_ERROR_CODE
public static final int DEFAULT_ERROR_CODE
-
-
Constructor Details
-
RestConflictException
-
RestConflictException
-