com.ibm.websphere.cem.exception
Class EmitterFactoryCreationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ibm.websphere.cem.exception.StateObserverPluginRuntimeException
                  extended bycom.ibm.websphere.cem.exception.EmitterFactoryCreationException
All Implemented Interfaces:
java.io.Serializable

public class EmitterFactoryCreationException
extends StateObserverPluginRuntimeException

Thrown to indicate that there is a problem creating a Common Event Infrastructure emitter factory

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.websphere.cem.exception.StateObserverPluginRuntimeException
WEI_MSG_FILE, WEI_TRC_PREFIX
 
Constructor Summary
EmitterFactoryCreationException(java.lang.String s)
          Constructs a EmitterFactoryCreationException with the specified detail message
EmitterFactoryCreationException(java.lang.String s, java.lang.Throwable re)
          Constructs a EmitterFactoryCreationException with the specified detail message and a root exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmitterFactoryCreationException

public EmitterFactoryCreationException(java.lang.String s)
Constructs a EmitterFactoryCreationException with the specified detail message

Parameters:
s - The detail message.

EmitterFactoryCreationException

public EmitterFactoryCreationException(java.lang.String s,
                                       java.lang.Throwable re)
Constructs a EmitterFactoryCreationException with the specified detail message and a root exception

Parameters:
s - The detail message.
re - The root exception