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