Serializable
public class FileAlreadyLockedException extends IOException
FileObject.lock()
,
Serialized FormConstructor | Description |
---|---|
FileAlreadyLockedException() |
Creates new
FileAlreadyLockedException . |
FileAlreadyLockedException(String s) |
Creates new
FileAlreadyLockedException with specified text. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileAlreadyLockedException()
FileAlreadyLockedException
.public FileAlreadyLockedException(String s)
FileAlreadyLockedException
with specified text.s
- the text describing the exceptionBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.