public class FileInUseException
extends java.io.IOException
IOException in circumstances where the likely cause is that the
 file, or a file in the directory, is opened by another process.| Constructor and Description | 
|---|
| FileInUseException() | 
| FileInUseException(java.lang.String message) | 
| FileInUseException(java.lang.String message,
                  java.lang.Throwable cause) | 
| FileInUseException(java.lang.Throwable cause) | 
public FileInUseException()
public FileInUseException(java.lang.String message)
public FileInUseException(java.lang.String message,
                          java.lang.Throwable cause)
public FileInUseException(java.lang.Throwable cause)