public class FileDownloadOutOfSpaceException
extends java.io.IOException
| Constructor and Description |
|---|
FileDownloadOutOfSpaceException(long freeSpaceBytes,
long requiredSpaceBytes,
long breakpointBytes) |
FileDownloadOutOfSpaceException(long freeSpaceBytes,
long requiredSpaceBytes,
long breakpointBytes,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBreakpointBytes() |
long |
getFreeSpaceBytes() |
long |
getRequiredSpaceBytes() |
public FileDownloadOutOfSpaceException(long freeSpaceBytes,
long requiredSpaceBytes,
long breakpointBytes,
java.lang.Throwable cause)
public FileDownloadOutOfSpaceException(long freeSpaceBytes,
long requiredSpaceBytes,
long breakpointBytes)
public long getFreeSpaceBytes()
public long getRequiredSpaceBytes()
public long getBreakpointBytes()