com.ibm.eventstreams.serdes.exceptions

Class SchemaRegistryServerErrorException

  • All Implemented Interfaces:
    Serializable


    public class SchemaRegistryServerErrorException
    extends Exception
    Indicates a server error (e.g. HTTP 5xx) response from the Schema Registry.
    See Also:
    Serialized Form
    • Constructor Detail

      • SchemaRegistryServerErrorException

        public SchemaRegistryServerErrorException(int status)
      • SchemaRegistryServerErrorException

        public SchemaRegistryServerErrorException(int status,
                                                  String message)
    • Method Detail

      • getStatus

        public int getStatus()

Copyright © 2019. All rights reserved.