org.jacorb.orb.listener
Class NullAcceptorExceptionListener

java.lang.Object
  extended by org.jacorb.orb.listener.NullAcceptorExceptionListener
All Implemented Interfaces:
java.util.EventListener, AcceptorExceptionListener

public class NullAcceptorExceptionListener
extends java.lang.Object
implements AcceptorExceptionListener

Version:
$Id: NullAcceptorExceptionListener.java,v 1.1 2006-06-29 13:20:58 alphonse.bendt Exp $
Author:
Alphonse Bendt

Constructor Summary
NullAcceptorExceptionListener()
           
 
Method Summary
 void exceptionCaught(AcceptorExceptionEvent ae)
          Throwable th has been caught by the acceptor thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullAcceptorExceptionListener

public NullAcceptorExceptionListener()
Method Detail

exceptionCaught

public void exceptionCaught(AcceptorExceptionEvent ae)
Description copied from interface: AcceptorExceptionListener
Throwable th has been caught by the acceptor thread.

Specified by:
exceptionCaught in interface AcceptorExceptionListener