public class FileAlreadyExistsException extends IOException
Constructor and Description |
---|
FileAlreadyExistsException()
Default constructor.
|
FileAlreadyExistsException(String message)
Constructor providing an error message.
|
FileAlreadyExistsException(String message,
Throwable cause)
Constructor providing an error message and a cause.
|
FileAlreadyExistsException(Throwable cause)
Constructor providing a original cause of the error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileAlreadyExistsException()
public FileAlreadyExistsException(String message, Throwable cause)
message
- error messagecause
- original cause of the exceptionpublic FileAlreadyExistsException(String message)
message
- error messagepublic FileAlreadyExistsException(Throwable cause)
cause
- original cause of the exceptionCopyright © 2020 Actian Corporation. All rights reserved.