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

Constructor Summary
FileStateInvalidException()
          Create new FileStateInvalidException.
FileStateInvalidException(String s)
          Create new FileStateInvalidException with the specified text.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.