org.openide.filesystems
Class FileStateInvalidException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--org.openide.filesystems.FileStateInvalidException
- All Implemented Interfaces:
- Serializable
- public class FileStateInvalidException
- extends IOException
Signals that the file object is somehow corrupted.
The required operation is not possible due to a previous deletion, or
an unexpected (external) change in the file system.
- See Also:
- Serialized Form
FileStateInvalidException
public FileStateInvalidException()
- Create new
FileStateInvalidException
.
FileStateInvalidException
public FileStateInvalidException(String s)
- Create new
FileStateInvalidException
with the specified text.
- Parameters:
s
- the text describing the exception
Built on February 22 2001. | Portions Copyright 1997-2000 Sun Microsystems, Inc. All rights reserved.