org.openide.filesystems
Class FileAlreadyLockedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.openide.filesystems.FileAlreadyLockedException
All Implemented Interfaces:
Serializable

public class FileAlreadyLockedException
extends IOException

Exception raised when a file is already locked.

See Also:
FileObject.lock(), Serialized Form

Constructor Summary
FileAlreadyLockedException()
          Creates new FileAlreadyLockedException.
FileAlreadyLockedException(String s)
          Creates new FileAlreadyLockedException with 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

FileAlreadyLockedException

public FileAlreadyLockedException()
Creates new FileAlreadyLockedException.

FileAlreadyLockedException

public FileAlreadyLockedException(String s)
Creates new FileAlreadyLockedException with specified text.
Parameters:
s - the text describing the exception


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.