-
public final class DittoError.IoErrorReason.IoNotFound extends DittoError.IoErrorReason
An I/O operation failed because the specified entity (such as a file) already exists.
-
-
Constructor Summary
Constructors Constructor Description DittoError.IoErrorReason.IoNotFound(String message)
-
Method Summary
Modifier and Type Method Description final StringgetMessage()-
-
Constructor Detail
-
DittoError.IoErrorReason.IoNotFound
DittoError.IoErrorReason.IoNotFound(String message)
-
-
Method Detail
-
getMessage
final String getMessage()
-
-
-
-