java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.client.rest.exceptions.RestClientException
All Implemented Interfaces:
Serializable

public class RestClientException extends Exception
See Also:
  • Constructor Details

    • RestClientException

      public RestClientException(String message, int status, int errorCode)
  • Method Details

    • getStatus

      public int getStatus()
    • getErrorCode

      public int getErrorCode()