org.jboss.shrinkwrap.api.exporter
Class FileExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jboss.shrinkwrap.api.exporter.FileExistsException
- All Implemented Interfaces:
- Serializable
public class FileExistsException
- extends IllegalArgumentException
Thrown to denote that an export request to a particular File has failed because the file specified already
exists and should not be overwritten.
- Version:
- $Revision: $
- Author:
- ALR
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FileExistsException
public FileExistsException(String s)
- Parameters:
s -
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.