org.apache.cassandra.io
Class FSWriteError

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.FSWriteError
All Implemented Interfaces:
java.io.Serializable

public class FSWriteError
extends FSError

See Also:
Serialized Form

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

FSWriteError

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

FSWriteError

public FSWriteError(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