Class InvalidWorkerStateException

  • All Implemented Interfaces:
    java.io.Serializable

    @ThreadSafe
    public class InvalidWorkerStateException
    extends AlluxioException
    The exception thrown when a worker is in an invalid state, i.e. the id of a block does not belong to the session id.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidWorkerStateException​(ExceptionMessage message, java.lang.Object... params)
      Constructs a new exception with the specified exception message and multiple parameters.
      InvalidWorkerStateException​(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

      • InvalidWorkerStateException

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

        public InvalidWorkerStateException​(ExceptionMessage message,
                                           java.lang.Object... params)
        Constructs a new exception with the specified exception message and multiple parameters.
        Parameters:
        message - the exception message
        params - the parameters