org.apache.cassandra.io
Class FSReadError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by java.io.IOError
              extended by org.apache.cassandra.io.FSError
                  extended by org.apache.cassandra.io.FSReadError
All Implemented Interfaces:
java.io.Serializable

public class FSReadError
extends FSError

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.cassandra.io.FSError
path
 
Constructor Summary
FSReadError(java.lang.Throwable cause, java.io.File path)
           
FSReadError(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

FSReadError

public FSReadError(java.lang.Throwable cause,
                   java.io.File path)

FSReadError

public FSReadError(java.lang.Throwable cause,
                   java.lang.String path)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2013 The Apache Software Foundation