Class CancelledException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CancelledException
    extends AlluxioStatusException
    Exception indicating that an operation was cancelled (typically by the caller).
    See Also:
    Serialized Form
    • Constructor Detail

      • CancelledException

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

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

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