public class DbShutdownException
extends DbException
Thrown when an error occurred that requires the DB to shutdown.
This may be an I/O error for example.
Regular operations won't be possible anymore.
To handle that situation you could exit the app or try to reopen the store.