Package com.microej.kf.util.control.fs
Class StorageLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.SecurityException
-
- com.microej.kf.util.control.fs.StorageLimitException
-
- All Implemented Interfaces:
java.io.Serializable
public class StorageLimitException extends java.lang.SecurityExceptionException thrown when a storage limit is exceeded.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StorageLimitException()Constructs a new exception withnullas its detail message.
-