Class CancelledRuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CancelledRuntimeException
    extends AlluxioRuntimeException
    Exception indicating that the service is cancelled or interrupted (typically by the caller).
    See Also:
    Serialized Form
    • Constructor Detail

      • CancelledRuntimeException

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

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