Class FileAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.mbenincasa.javaexcelutils.exceptions.FileAlreadyExistsException
All Implemented Interfaces:
Serializable

public class FileAlreadyExistsException extends Exception
This exception signals that the file already exists
Since:
0.1.0
Author:
Mirko Benincasa
See Also:
  • Constructor Details

    • FileAlreadyExistsException

      public FileAlreadyExistsException(String message)
      Constructs an FileAlreadyExistsException with the specified detail message.
      Parameters:
      message - The detail message (which is saved for later retrieval by the Throwable.getMessage() method)