Class SchemaUnavailableException

  • All Implemented Interfaces:
    Serializable

    public class SchemaUnavailableException
    extends Exception
    Thrown when a schema couldn't be located for a particular (event type, event version) tuple.
    See Also:
    Serialized Form
    • Constructor Detail

      • SchemaUnavailableException

        public SchemaUnavailableException​(String msg)
      • SchemaUnavailableException

        public SchemaUnavailableException​(String msg,
                                          Throwable rootCause)