Class ReferenceExistsException

All Implemented Interfaces:
Serializable

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

    • ReferenceExistsException

      public ReferenceExistsException(String message, Throwable cause)
    • ReferenceExistsException

      public ReferenceExistsException(String message)
    • ReferenceExistsException

      public ReferenceExistsException(Throwable cause)
    • ReferenceExistsException

      public ReferenceExistsException()