Class IllegalPropertyException

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

public class IllegalPropertyException extends RuntimeException
See Also:
  • Constructor Details

    • IllegalPropertyException

      public IllegalPropertyException(String propertyName, String detail)
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • getDetail

      public String getDetail()