Class StorageFullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.javarosa.core.services.storage.StorageFullException
- All Implemented Interfaces:
Serializable
public class StorageFullException extends RuntimeException
An exception thrown by a StorageUtility when the requested action cannot be completed because there is not enough
space in the underlying device storage.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description StorageFullException() -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StorageFullException
public StorageFullException()
-