@ThreadSafe public class FileAlreadyExistsException extends AlluxioException
Constructor and Description |
---|
FileAlreadyExistsException(AlluxioURI path)
Constructs a new exception reporting that the given path already exists.
|
FileAlreadyExistsException(ExceptionMessage message,
Object... params)
Constructs a new exception with the specified exception message and multiple parameters.
|
FileAlreadyExistsException(ExceptionMessage message,
Throwable cause,
Object... params)
Constructs a new exception with the specified exception message, the cause and multiple
parameters.
|
FileAlreadyExistsException(String message)
Constructs a new exception with the specified detail message.
|
FileAlreadyExistsException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileAlreadyExistsException(String message)
message
- the detail messagepublic FileAlreadyExistsException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic FileAlreadyExistsException(ExceptionMessage message, Object... params)
message
- the exception messageparams
- the parameterspublic FileAlreadyExistsException(ExceptionMessage message, Throwable cause, Object... params)
message
- the exception messagecause
- the causeparams
- the parameterspublic FileAlreadyExistsException(AlluxioURI path)
path
- the path which already existsCopyright © 2023. All Rights Reserved.