Package 

Class DittoError.FilesystemError

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(message = This error is no longer thrown. Replaced with IoError(IoErrorReason.IoOperationFailed).) 
    public final class DittoError.FilesystemError
    extends DittoError
                        

    An error occurred accessing the filesystem.

    • Method Summary

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

        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.FilesystemError

        DittoError.FilesystemError(String message)