@ThreadSafe public class FileDoesNotExistException extends AlluxioException
Constructor and Description |
---|
FileDoesNotExistException(AlluxioURI path)
Constructs a new exception stating that the given path does not exist.
|
FileDoesNotExistException(ExceptionMessage message,
Object... params)
Constructs a new exception with the specified exception message and multiple parameters.
|
FileDoesNotExistException(ExceptionMessage message,
Throwable cause,
Object... params)
Constructs a new exception with the specified exception message, the cause and multiple
parameters.
|
FileDoesNotExistException(String message)
Constructs a new exception with the specified detail message.
|
FileDoesNotExistException(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 FileDoesNotExistException(String message)
message
- the detail messagepublic FileDoesNotExistException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic FileDoesNotExistException(ExceptionMessage message, Object... params)
message
- the exception messageparams
- the parameterspublic FileDoesNotExistException(ExceptionMessage message, Throwable cause, Object... params)
message
- the exception messagecause
- the causeparams
- the parameterspublic FileDoesNotExistException(AlluxioURI path)
path
- the path which does not existCopyright © 2023. All Rights Reserved.