OSMQ
v2.0.1

osmq.util
Class ExceptionListenerImpl

java.lang.Object
  extended byosmq.util.ExceptionListenerBase
      extended byosmq.util.ExceptionListenerImpl
All Implemented Interfaces:
ExceptionListener
Direct Known Subclasses:
SocketStreamFilter

public class ExceptionListenerImpl
extends ExceptionListenerBase
implements ExceptionListener


Constructor Summary
ExceptionListenerImpl()
           
 
Method Summary
 void onException(java.lang.Exception e)
          Notify user of an exception.
 
Methods inherited from class osmq.util.ExceptionListenerBase
getExceptionListener, setExceptionListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExceptionListenerImpl

public ExceptionListenerImpl()
Method Detail

onException

public void onException(java.lang.Exception e)
Description copied from interface: ExceptionListener
Notify user of an exception.

Specified by:
onException in interface ExceptionListener

(c) 2000 - 2003 MQue Systems
All Rights Reserved