Class CanceledException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • CanceledException

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

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

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