|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectseda.sandStorm.lib.aDisk.AFileCompletion
seda.sandStorm.lib.aDisk.AFileIOExceptionOccurred
public class AFileIOExceptionOccurred
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 |
|---|
public java.io.IOException ioe
| Constructor Detail |
|---|
AFileIOExceptionOccurred(AFileRequest req,
java.io.IOException ioe)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||