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 particularFile
has failed because the file specified already exists and should not be overwritten.- Version:
- $Revision: $
- Author:
- ALR
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileExistsException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FileExistsException
public FileExistsException(String s)
- Parameters:
s
-
-
-