com.ibm.websphere.cem.exception
Class EventFactoryCreationException

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

public class EventFactoryCreationException
extends StateObserverPluginRuntimeException

Thrown to indicate that there is a problem creating a Common Event Infrastructure event 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
EventFactoryCreationException(java.lang.String s)
          Constructs a EventFactoryCreationException with the specified detail message
EventFactoryCreationException(java.lang.String s, java.lang.Throwable re)
          Constructs a EventFactoryCreationException 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

EventFactoryCreationException

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

Parameters:
s - The detail message.

EventFactoryCreationException

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

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