Package 

Class DittoError.LockedWorkingDirectoryError

  • All Implemented Interfaces:
    java.io.Serializable

    
    public final class DittoError.LockedWorkingDirectoryError
    extends DittoError
                        

    Outstanding usage of ditto's working directory detected when trying to instantiate a new Ditto, which would have led to concurrent usage of the backing database files.

    • Method Summary

      Modifier and Type Method Description
      String getMessage() A formatted description of the error.
      Throwable getCause()
      • Methods inherited from class live.ditto.DittoError.LockedWorkingDirectoryError

        getLocalizedMessage
      • Methods inherited from class live.ditto.DittoError

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

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

      • DittoError.LockedWorkingDirectoryError

        DittoError.LockedWorkingDirectoryError(String message)