Class DeadlineExceededException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DeadlineExceededException
    extends AlluxioStatusException
    Exception indicating that an operation was cancelled (typically by the caller). Exception indicating that an operation expired before completion. For operations that change the state of the system, this exception may be thrown even if the operation has completed successfully. For example, a successful response from a server could have been delayed long enough for the deadline to expire.
    See Also:
    Serialized Form
    • Constructor Detail

      • DeadlineExceededException

        public DeadlineExceededException​(java.lang.String message)
        Parameters:
        message - the exception message
      • DeadlineExceededException

        public DeadlineExceededException​(java.lang.Throwable cause)
        Parameters:
        cause - the cause of the exception
      • DeadlineExceededException

        public DeadlineExceededException​(java.lang.String message,
                                         java.lang.Throwable cause)
        Parameters:
        message - the exception message
        cause - the cause of the exception