org.jboss.shrinkwrap.api.exporter
Class FileExistsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by 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

Constructor Summary
FileExistsException(String s)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileExistsException

public FileExistsException(String s)
Parameters:
s -


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.