Class StrongAssociationForSubjectExistsException

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

public class StrongAssociationForSubjectExistsException extends SchemaRegistryException
See Also:
  • Constructor Details

    • StrongAssociationForSubjectExistsException

      public StrongAssociationForSubjectExistsException(String name, Throwable cause)
    • StrongAssociationForSubjectExistsException

      public StrongAssociationForSubjectExistsException(String name)
    • StrongAssociationForSubjectExistsException

      public StrongAssociationForSubjectExistsException(Throwable cause)
    • StrongAssociationForSubjectExistsException

      public StrongAssociationForSubjectExistsException()