seda.sandStorm.lib.aDisk
Class AFileIOExceptionOccurred

java.lang.Object
  extended byseda.sandStorm.lib.aDisk.AFileCompletion
      extended byseda.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.

Author:
Matt Welsh

Field Summary
 java.io.IOException ioe
          The IOException that occurred.
 
Fields inherited from class seda.sandStorm.lib.aDisk.AFileCompletion
req
 
Constructor Summary
(package private) 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()