public class FileAlreadyLockedException
extends java.io.IOException
FileObject.lock(),
Serialized Form| Constructor | Description |
|---|---|
FileAlreadyLockedException() |
Creates new
FileAlreadyLockedException. |
FileAlreadyLockedException(java.lang.String s) |
Creates new
FileAlreadyLockedException with specified text. |
public FileAlreadyLockedException()
FileAlreadyLockedException.public FileAlreadyLockedException(java.lang.String s)
FileAlreadyLockedException with specified text.s - the text describing the exceptionBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.