com.bea.adapter.event
Class EventRouterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.util.AbstractExceptionContainer
              extended by com.bea.adapter.event.EventRouterException
All Implemented Interfaces:
Serializable

public class EventRouterException
extends com.bea.util.AbstractExceptionContainer

An exception which indicates an error accessing or manipulating the event router

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bea.util.AbstractExceptionContainer
m_container
 
Constructor Summary
EventRouterException(String msg)
           
EventRouterException(String msg, Exception e)
           
 
Method Summary
 
Methods inherited from class com.bea.util.AbstractExceptionContainer
addException, containsException, getExceptions, getLinkedException, getRootCauseMessage, hasExceptions, printStackTrace, printStackTrace, printStackTrace, printStackTrace, removeException, toString, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EventRouterException

public EventRouterException(String msg)

EventRouterException

public EventRouterException(String msg,
                            Exception e)