com.ibm.cryptobeans.events
Class IOErrorEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.processingbean.events.ActionErrorEvent
              |
              +--com.ibm.cryptobeans.events.IOErrorEvent

public class IOErrorEvent
extends ActionErrorEvent

Event is fired when any input/output error occurs.

See Also:
Serialized Form

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

IOErrorEvent

public IOErrorEvent(java.lang.Object source,
                    java.lang.Exception currentException,
                    int messageCode)
IOErrorEvent constructor.
Parameters:
source - java.lang.Object
currentException - java.lang.Exception
messageCode - int