Class FSWriteError

    • Field Summary

      • Fields inherited from class org.apache.cassandra.io.FSError

        path
    • Constructor Summary

      Constructors 
      Constructor Description
      FSWriteError​(java.lang.String message, java.lang.Throwable cause)  
      FSWriteError​(java.lang.String message, java.lang.Throwable cause, java.lang.String path)  
      FSWriteError​(java.lang.String message, java.lang.Throwable cause, java.nio.file.Path path)  
      FSWriteError​(java.lang.String message, java.lang.Throwable cause, File path)  
      FSWriteError​(java.lang.Throwable cause)  
      FSWriteError​(java.lang.Throwable cause, java.lang.String path)  
      FSWriteError​(java.lang.Throwable cause, java.nio.file.Path path)  
      FSWriteError​(java.lang.Throwable cause, File path)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • FSWriteError

        public FSWriteError​(java.lang.Throwable cause,
                            java.nio.file.Path path)
      • FSWriteError

        public FSWriteError​(java.lang.Throwable cause,
                            File path)
      • FSWriteError

        public FSWriteError​(java.lang.Throwable cause,
                            java.lang.String path)
      • FSWriteError

        public FSWriteError​(java.lang.Throwable cause)
      • FSWriteError

        public FSWriteError​(java.lang.String message,
                            java.lang.Throwable cause,
                            java.nio.file.Path path)
      • FSWriteError

        public FSWriteError​(java.lang.String message,
                            java.lang.Throwable cause,
                            File path)
      • FSWriteError

        public FSWriteError​(java.lang.String message,
                            java.lang.Throwable cause,
                            java.lang.String path)
      • FSWriteError

        public FSWriteError​(java.lang.String message,
                            java.lang.Throwable cause)