Package org.apache.cassandra.io
Class FSReadError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.io.IOError
org.apache.cassandra.io.FSError
org.apache.cassandra.io.FSReadError
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionFSReadError(String message, Throwable cause) FSReadError(String message, Throwable cause, String path) FSReadError(String message, Throwable cause, Path path) FSReadError(String message, Throwable cause, File path) FSReadError(Throwable cause, String path) FSReadError(Throwable cause, Path path) FSReadError(Throwable cause, File path) -
Method Summary
Methods inherited from class org.apache.cassandra.io.FSError
findNested, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
FSReadError
-
FSReadError
-
FSReadError
-
FSReadError
-
FSReadError
-
FSReadError
-
FSReadError
-