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