站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.5.1

FileAlreadyLockedException (NetBeans File Systems API) - NetBeans API Javadoc 5.5.1

org.openide.filesystems 6.4.31

org.openide.filesystems
Class FileAlreadyLockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, 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

org.openide.filesystems 6.4.31

Built on March 26 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.