|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.processingbean.events.ActionErrorEvent | +--com.ibm.cryptobeans.events.IOErrorEvent
Event is fired when any input/output error occurs.
Constructor Summary | |
IOErrorEvent(java.lang.Object source,
java.lang.Exception currentException,
int messageCode)
IOErrorEvent constructor. |
Methods inherited from class com.ibm.processingbean.events.ActionErrorEvent |
getCurrentException,
getMessage,
getMessageCode |
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public IOErrorEvent(java.lang.Object source, java.lang.Exception currentException, int messageCode)
source
- java.lang.ObjectcurrentException
- java.lang.ExceptionmessageCode
- int
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |