Class DekRegistryErrors

java.lang.Object
io.confluent.dekregistry.web.rest.exceptions.DekRegistryErrors

public class DekRegistryErrors extends Object
  • Field Details

  • Constructor Details

    • DekRegistryErrors

      public DekRegistryErrors()
  • Method Details

    • keyNotFoundException

      public static io.confluent.rest.exceptions.RestException keyNotFoundException(String name)
    • keyNotSoftDeletedException

      public static io.confluent.rest.exceptions.RestException keyNotSoftDeletedException(String name)
    • keySoftDeletedException

      public static io.confluent.rest.exceptions.RestException keySoftDeletedException(String name)
    • alreadyExistsException

      public static io.confluent.rest.exceptions.RestException alreadyExistsException(String name)
    • tooManyKeysException

      public static io.confluent.rest.exceptions.RestException tooManyKeysException(int maxKeys)
    • invalidOrMissingKeyInfo

      public static RestInvalidKeyException invalidOrMissingKeyInfo(String field)
    • referenceExistsException

      public static RestReferenceExistsException referenceExistsException(String name)
    • dekGenerationException

      public static io.confluent.rest.exceptions.RestServerErrorException dekGenerationException(String message)