com.ibm.eventstreams.serdes.exceptions

Class SchemaNotFoundException

    • Constructor Detail

      • SchemaNotFoundException

        public SchemaNotFoundException(String schemaId)
      • SchemaNotFoundException

        public SchemaNotFoundException(String schemaId,
                                       String schemaVersion)
    • Method Detail

      • getSchemaId

        public String getSchemaId()
        Returns the ID of the schema that could not be found.
      • getSchemaVersion

        public String getSchemaVersion()
        Returns the version of the schema that could not be found.

Copyright © 2019. All rights reserved.