@ThreadSafe public class LineageDoesNotExistException extends AlluxioException
Constructor and Description |
---|
LineageDoesNotExistException(ExceptionMessage message,
Object... params)
Constructs a new exception with the specified exception message and multiple parameters.
|
LineageDoesNotExistException(ExceptionMessage message,
Throwable cause,
Object... params)
Constructs a new exception with the specified exception message, the cause and multiple
parameters.
|
LineageDoesNotExistException(String message)
Constructs a new exception with the specified detail message.
|
LineageDoesNotExistException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
Modifier and Type | Method and Description |
---|---|
static void |
check(boolean expression,
ExceptionMessage message,
Object... params)
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LineageDoesNotExistException(String message)
message
- the detail messagepublic LineageDoesNotExistException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic LineageDoesNotExistException(ExceptionMessage message, Object... params)
message
- the exception messageparams
- the parameterspublic LineageDoesNotExistException(ExceptionMessage message, Throwable cause, Object... params)
message
- the exception messagecause
- the causeparams
- the parameterspublic static void check(boolean expression, ExceptionMessage message, Object... params) throws LineageDoesNotExistException
expression
- a boolean expressionmessage
- ExceptionMessage
template should the check failparams
- the arguments to be substituted into the message template. Arguments are
converted to strings using ExceptionMessage.getMessage(Object...)
.LineageDoesNotExistException
- if expression
is falseCopyright © 2023. All Rights Reserved.