Class IdDoesNotMatchException

All Implemented Interfaces:
Serializable

public class IdDoesNotMatchException extends SchemaRegistryException
Indicates a schema already exists with a different ID.
See Also:
  • Constructor Details

    • IdDoesNotMatchException

      public IdDoesNotMatchException(int registeredId, int inputId)
    • IdDoesNotMatchException

      public IdDoesNotMatchException(String message, Throwable cause)
    • IdDoesNotMatchException

      public IdDoesNotMatchException(String message)
    • IdDoesNotMatchException

      public IdDoesNotMatchException(Throwable cause)
    • IdDoesNotMatchException

      public IdDoesNotMatchException()