-
- All Implemented Interfaces:
-
org.readium.r2.shared.util.Error,org.readium.r2.shared.util.data.AccessError
public final class FileSystemError.InsufficientSpace extends FileSystemError
-
-
Constructor Summary
Constructors Constructor Description FileSystemError.InsufficientSpace(Long requiredSpace, Long freespace, Error cause)
-
Method Summary
Modifier and Type Method Description final LonggetRequiredSpace()final LonggetFreespace()StringgetMessage()An error message. ErrorgetCause()The cause error or null if there is none. -
-
Method Detail
-
getRequiredSpace
final Long getRequiredSpace()
-
getFreespace
final Long getFreespace()
-
getMessage
String getMessage()
An error message.
-
-
-
-