com.ibm.websphere.cem.exception
Class EmitterCreationException

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.EmitterCreationException
All Implemented Interfaces:
java.io.Serializable

public class EmitterCreationException
extends StateObserverPluginRuntimeException

Thrown to indicate that there is a problem with creating a Common Event Infrastructure emitter object.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.websphere.cem.exception.StateObserverPluginRuntimeException
WEI_MSG_FILE, WEI_TRC_PREFIX
 
Constructor Summary
EmitterCreationException(java.lang.String s)
          Constructs a EmitterCreationException with the specified detail message
EmitterCreationException(java.lang.String s, java.lang.Throwable re)
          Constructs a EmitterCreationException 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

EmitterCreationException

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

Parameters:
s - The detail message.

EmitterCreationException

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

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