Class Exceptions.SchemaMismatchedException (2.6.5)

public static final class Exceptions.SchemaMismatchedException extends Exceptions.StorageException

There was a schema mismatch due to bigquery table with fewer fields than the input message. This can be resolved by updating the table's schema with the message schema.

Inheritance

java.lang.Object > Throwable > java.lang.Exception > RuntimeException > Exceptions.StorageException > Exceptions.SchemaMismatchedException

Constructors

SchemaMismatchedException(String name, String message, Throwable cause)

protected SchemaMismatchedException(String name, String message, Throwable cause)
Parameters
NameDescription
nameString
messageString
causeThrowable