Class JobDoesNotExistException

  • All Implemented Interfaces:
    java.io.Serializable

    @ThreadSafe
    public class JobDoesNotExistException
    extends AlluxioException
    The exception thrown when a job definition does not exist in Alluxio.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JobDoesNotExistException​(long jobId)
      Constructs a new exception saying the specified job ID does not exist.
      JobDoesNotExistException​(java.lang.String message)
      Constructs a new exception with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JobDoesNotExistException

        public JobDoesNotExistException​(java.lang.String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message
      • JobDoesNotExistException

        public JobDoesNotExistException​(long jobId)
        Constructs a new exception saying the specified job ID does not exist.
        Parameters:
        jobId - the job id which does not exit