Class FileIncompleteException

  • All Implemented Interfaces:
    java.io.Serializable

    @ThreadSafe
    public class FileIncompleteException
    extends AlluxioException
    The exception thrown when opening a file that hasn't completed.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FileIncompleteException​(AlluxioURI path)
      Constructs a new exception stating that the given file is incomplete.
      FileIncompleteException​(java.lang.String message)
      Constructs a new exception with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileIncompleteException

        public FileIncompleteException​(java.lang.String message)
        Constructs a new exception with the specified detail message.
        Parameters:
        message - the detail message
      • FileIncompleteException

        public FileIncompleteException​(AlluxioURI path)
        Constructs a new exception stating that the given file is incomplete.
        Parameters:
        path - the path to the incomplete file