seda.sandStorm.lib.aDisk
Class AFileIOExceptionOccurred

java.lang.Object
  extended by seda.sandStorm.lib.aDisk.AFileCompletion
      extended by seda.sandStorm.lib.aDisk.AFileIOExceptionOccurred
All Implemented Interfaces:
QueueElementIF

public class AFileIOExceptionOccurred
extends AFileCompletion

A completion event indicating that an IOException occurred during the corresponding I/O request.


Field Summary
 java.io.IOException ioe
          The IOException that occurred.
 
Fields inherited from class seda.sandStorm.lib.aDisk.AFileCompletion
req
 
Constructor Summary
AFileIOExceptionOccurred(AFileRequest req, java.io.IOException ioe)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class seda.sandStorm.lib.aDisk.AFileCompletion
getFile, getRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ioe

public java.io.IOException ioe
The IOException that occurred.

Constructor Detail

AFileIOExceptionOccurred

AFileIOExceptionOccurred(AFileRequest req,
                         java.io.IOException ioe)
Method Detail

toString

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