@ThreadSafe public class JobDoesNotExistException extends AlluxioException
Constructor and Description |
---|
JobDoesNotExistException(ExceptionMessage message,
Object... params)
Constructs a new exception with the specified exception message and multiple parameters.
|
JobDoesNotExistException(ExceptionMessage message,
Throwable cause,
Object... params)
Constructs a new exception with the specified exception message, the cause and multiple
parameters.
|
JobDoesNotExistException(long jobId)
Constructs a new exception saying the specified job ID does not exist.
|
JobDoesNotExistException(String message)
Constructs a new exception with the specified detail message.
|
JobDoesNotExistException(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 JobDoesNotExistException(String message)
message
- the detail messagepublic JobDoesNotExistException(String message, Throwable cause)
message
- the detail messagecause
- the causepublic JobDoesNotExistException(ExceptionMessage message, Object... params)
message
- the exception messageparams
- the parameterspublic JobDoesNotExistException(ExceptionMessage message, Throwable cause, Object... params)
message
- the exception messagecause
- the causeparams
- the parameterspublic JobDoesNotExistException(long jobId)
jobId
- the job id which does not exitCopyright © 2023. All Rights Reserved.