Class ResourceExhaustedRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResourceExhaustedRuntimeException
    extends AlluxioRuntimeException
    Exception indicating that some resource has been exhausted, perhaps a per-user quota, or perhaps the task queue.
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceExhaustedRuntimeException

        public ResourceExhaustedRuntimeException​(java.lang.String message,
                                                 boolean retryable)
        Constructor.
        Parameters:
        message - error message
        retryable - whether it's retryable
      • ResourceExhaustedRuntimeException

        public ResourceExhaustedRuntimeException​(java.lang.String message,
                                                 java.lang.Throwable cause,
                                                 boolean retryable)
        Constructor.
        Parameters:
        message - error message
        cause - cause
        retryable - whether it's retryable