Class UnavailableRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnavailableRuntimeException
    extends AlluxioRuntimeException
    Exception indicating that the service is currently unavailable. This is a most likely a transient condition and may be corrected by retrying with a backoff. See litmus test in FailedPreconditionRuntimeException for deciding between FailedPrecondition, Aborted, and Unavailable.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnavailableRuntimeException

        public UnavailableRuntimeException​(java.lang.String message,
                                           java.lang.Throwable cause)
        Constructor.
        Parameters:
        message - error message
        cause - cause
      • UnavailableRuntimeException

        public UnavailableRuntimeException​(java.lang.String message)
        Constructor.
        Parameters:
        message - error message