Class FileAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.pervasive.datarush.io.FileAlreadyExistsException
All Implemented Interfaces:
Serializable

public class FileAlreadyExistsException extends IOException
An I/O exception indicating the file in question already exists.
See Also:
  • Constructor Details

    • FileAlreadyExistsException

      public FileAlreadyExistsException()
      Default constructor.
    • FileAlreadyExistsException

      public FileAlreadyExistsException(String message, Throwable cause)
      Constructor providing an error message and a cause.
      Parameters:
      message - error message
      cause - original cause of the exception
    • FileAlreadyExistsException

      public FileAlreadyExistsException(String message)
      Constructor providing an error message.
      Parameters:
      message - error message
    • FileAlreadyExistsException

      public FileAlreadyExistsException(Throwable cause)
      Constructor providing a original cause of the error.
      Parameters:
      cause - original cause of the exception