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