Package org.apache.cassandra.io
Class FSError
java.lang.Object
java.lang.Throwable
java.lang.Error
java.io.IOError
org.apache.cassandra.io.FSError
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FSReadError,FSWriteError
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FSErrorfindNested(Throwable top) Unwraps the Throwable cause chain looking for an FSError instancetoString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Field Details
-
path
-
-
Constructor Details
-
FSError
-
FSError
-
FSError
-
FSError
-
-
Method Details