All Packages Class Hierarchy This Package Previous Next Index
Class jnfs.FileTableFullException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.io.IOException
|
+----jnfs.FileTableFullException
- public class FileTableFullException
- extends IOException
Thrown when the system file table is full. Closing files will
free up entries in the system file table.
- Version:
- $Id: FileTableFullException.java,v 1.6 1997/05/20 17:59:39 mjr Exp $
- Author:
- Michael John Radwin
-
FileTableFullException()
-
Constructs a
FileTableFullException with no
detail message.
-
FileTableFullException(String)
-
Constructs a
FileTableFullException with the
specified detail message.
FileTableFullException
public FileTableFullException()
- Constructs a
FileTableFullException with no
detail message.
FileTableFullException
public FileTableFullException(String s)
- Constructs a
FileTableFullException with the
specified detail message.
- Parameters:
- s - the detail message.
All Packages Class Hierarchy This Package Previous Next Index