Exception thrown to indicate that there was a problem finding a particular version of a schema.
@since 0.9.0
Exception thrown to indicate that there is a problem finding a particular version of a schema.
493494495496497498499500
{ try { return metastore.getDatabase(database); } catch (NoSuchObjectException e) { throw new SchemaNotFoundException(database); } }
554555556557558559560561
564565566567568569570571
505506507508509510511512
627628629630631632633634
723724725726727728729730
607608609610611612613614
488489490491492493494495
558559560561562563564565
597598599600601602603604