@ThreadSafe public class DependencyDoesNotExistException extends AlluxioException
Constructor and Description |
---|
DependencyDoesNotExistException(ExceptionMessage message,
Object... params)
Constructs a new exception with the specified exception message and multiple parameters.
|
DependencyDoesNotExistException(ExceptionMessage message,
Throwable cause,
Object... params)
Constructs a new exception with the specified exception message, the cause and multiple
parameters.
|
DependencyDoesNotExistException(String message)
Constructs a new exception with the specified detail message.
|
DependencyDoesNotExistException(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 DependencyDoesNotExistException(String message)
message
- the detail messagepublic DependencyDoesNotExistException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic DependencyDoesNotExistException(ExceptionMessage message, Object... params)
message
- the exception messageparams
- the parameterspublic DependencyDoesNotExistException(ExceptionMessage message, Throwable cause, Object... params)
message
- the exception messagecause
- the causeparams
- the parametersCopyright © 2023. All Rights Reserved.