Class AssociationForResourceExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.exceptions.SchemaRegistryException
io.confluent.kafka.schemaregistry.exceptions.AssociationForResourceExistsException
All Implemented Interfaces:
Serializable

public class AssociationForResourceExistsException extends SchemaRegistryException
See Also:
  • Constructor Details

    • AssociationForResourceExistsException

      public AssociationForResourceExistsException(String assocType, String resource)
  • Method Details

    • getAssociationType

      public String getAssociationType()
    • getResource

      public String getResource()