@ThreadSafe public class JobDoesNotExistException extends AlluxioException
Constructor and Description |
---|
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.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JobDoesNotExistException(String message)
message
- the detail messagepublic JobDoesNotExistException(long jobId)
jobId
- the job id which does not exitCopyright © 2023. All Rights Reserved.