Package de.willuhn.io
Class FileCopy.FileExistsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.willuhn.io.FileCopy.FileExistsException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FileCopy
public static class FileCopy.FileExistsException extends java.lang.Exception
Wird geworfen, wenn eine Datei ueberschrieben werden soll, die bereits existiert.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FileExistsException(java.lang.String message)
Erzeugt eine neue Exception dieses Typs mit der genannten Meldung.
-