com.ibm.eventstreams.serdes.exceptions

Class SchemaRegistryApiException

  • All Implemented Interfaces:
    Serializable


    public class SchemaRegistryApiException
    extends Exception
    Thrown in the event of an unexpected response from the Schema Registry.
    See Also:
    Serialized Form
    • Constructor Detail

      • SchemaRegistryApiException

        public SchemaRegistryApiException(int status)
      • SchemaRegistryApiException

        public SchemaRegistryApiException(int status,
                                          Throwable thr)
    • Method Detail

      • getStatus

        public int getStatus()

Copyright © 2019. All rights reserved.