-
- All Implemented Interfaces:
-
java.io.Serializable
public final class DittoError.FilesystemError extends DittoError
An error occurred accessing the filesystem.
-
-
Constructor Summary
Constructors Constructor Description DittoError.FilesystemError(String message)
-
Method Summary
Modifier and Type Method Description StringgetMessage()A formatted description of the error. ThrowablegetCause()-
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)
-
-
Method Detail
-
getMessage
String getMessage()
A formatted description of the error. Not all errors have a message. Use the null-safe getLocalizedMessage if you don't want to have to handle null values.
-
-
-
-