Package org.apache.cassandra.io
Class FSWriteError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.io.IOError
org.apache.cassandra.io.FSError
org.apache.cassandra.io.FSWriteError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FSDiskFullWriteError,FSNoDiskAvailableForWriteError
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionFSWriteError(String message, Throwable cause) FSWriteError(String message, Throwable cause, String path) FSWriteError(String message, Throwable cause, Path path) FSWriteError(String message, Throwable cause, File path) FSWriteError(Throwable cause) FSWriteError(Throwable cause, String path) FSWriteError(Throwable cause, Path path) FSWriteError(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
-
FSWriteError
-
FSWriteError
-
FSWriteError
-
FSWriteError
-
FSWriteError
-
FSWriteError
-
FSWriteError
-
FSWriteError
-