Class KeyReferenceExistsException

All Implemented Interfaces:
Serializable

public class KeyReferenceExistsException extends SchemaRegistryException
Indicates the key cannot be deleted because another key references it.
See Also:
  • Constructor Details

    • KeyReferenceExistsException

      public KeyReferenceExistsException(String name, Throwable cause)
    • KeyReferenceExistsException

      public KeyReferenceExistsException(String name)
    • KeyReferenceExistsException

      public KeyReferenceExistsException(Throwable cause)
    • KeyReferenceExistsException

      public KeyReferenceExistsException()