|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
java.io.IOError
org.apache.cassandra.io.FSError
org.apache.cassandra.io.FSWriteError
public class FSWriteError
Field Summary |
---|
Fields inherited from class org.apache.cassandra.io.FSError |
---|
path |
Constructor Summary | |
---|---|
FSWriteError(java.lang.Throwable cause,
java.io.File path)
|
|
FSWriteError(java.lang.Throwable cause,
java.lang.String path)
|
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class org.apache.cassandra.io.FSError |
---|
findNested |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FSWriteError(java.lang.Throwable cause, java.io.File path)
public FSWriteError(java.lang.Throwable cause, java.lang.String path)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |