Class InsufficientDiskSpaceException
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class InsufficientDiskSpaceException extends RuntimeException
-
-
Field Summary
Fields Modifier and Type Field Description private final DoubleavailableSpaceMBprivate final DoublerequiredSpaceMBprivate final DoubletotalDiskSpaceMBprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description InsufficientDiskSpaceException(Double availableSpaceMB, Double requiredSpaceMB, Double totalDiskSpaceMB)
-
Method Summary
Modifier and Type Method Description final DoublegetAvailableSpaceMB()final DoublegetRequiredSpaceMB()final DoublegetTotalDiskSpaceMB()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
-
-
Method Detail
-
getAvailableSpaceMB
final Double getAvailableSpaceMB()
-
getRequiredSpaceMB
final Double getRequiredSpaceMB()
-
getTotalDiskSpaceMB
final Double getTotalDiskSpaceMB()
-
-
-
-