Class DbShutdownException

All Implemented Interfaces:
Serializable

public class DbShutdownException extends DbException
Thrown when an error occurred that requires the store to be closed.

This may be an I/O error. Regular operations won't be possible. To handle this exit the app or try to reopen the store.

See Also:
  • Constructor Details

    • DbShutdownException

      public DbShutdownException(String message)
    • DbShutdownException

      public DbShutdownException(String message, int errorCode)