org.apache.commons.io
public class FileExistsException extends IOException
Constructor and Description |
---|
FileExistsException()
Default Constructor.
|
FileExistsException(File file)
Construct an instance with the specified file.
|
FileExistsException(String message)
Construct an instance with the specified message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileExistsException()
public FileExistsException(String message)
message
- The error messagepublic FileExistsException(File file)
file
- The file that existsCopyright © 2002-2013 JBoss by Red Hat. All Rights Reserved.