Class DbShutdownException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DbShutdownException

        public DbShutdownException​(java.lang.String message)
      • DbShutdownException

        public DbShutdownException​(java.lang.String message,
                                   int errorCode)