java.lang.Object
java.lang.Throwable
java.lang.Exception
io.confluent.kafka.schemaregistry.storage.exceptions.StoreException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EntryTooLargeException, StoreTimeoutException

public class StoreException extends Exception
Error while performing an operation on a * io.confluent.kafka.schemaregistry.storage.Store
See Also:
  • Constructor Details

    • StoreException

      public StoreException(String message, Throwable cause)
    • StoreException

      public StoreException(String message)
    • StoreException

      public StoreException(Throwable cause)
    • StoreException

      public StoreException()