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
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: $
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDserialVersionUID- See Also:
-
-
Constructor Details
-
FileExistsException
- Parameters:
s
-
-