public class FileExistsException
extends java.io.IOException
This exception may be thrown by a disk interface when an attempt to create a new file fails because the file already exists.
Constructor and Description |
---|
FileExistsException()
FileExistsException constructor.
|
FileExistsException(java.lang.String s)
FileExistsException constructor.
|
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.