com.bea.adapter.event
Class EventRouterException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.util.AbstractExceptionContainer
              extended bycom.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)
           
 
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)