com.ibm.voice.events
Class IOErrorEvent

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

public class IOErrorEvent
extends ActionErrorEvent

This is the event class to support the com.ibm.voice.events.IOErrorListener interface.

See Also:
Serialized Form

Constructor Summary
IOErrorEvent(java.lang.Object source)
          Constructs a new IOErrorEvent.
 
Methods inherited from class com.ibm.voice.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)
Constructs a new IOErrorEvent.
Parameters:
source - java.lang.Object