当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
FileAlreadyLockedException (NetBeans File Systems API) - NetBeans API Javadoc 5.0.0
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FileAlreadyLockedException
public FileAlreadyLockedException()
- Creates new
FileAlreadyLockedException
.
FileAlreadyLockedException
public FileAlreadyLockedException(String s)
- Creates new
FileAlreadyLockedException
with specified text.
- Parameters:
s
- the text describing the exception