com.ibm.websphere.cem.exception
Class StateObserverPluginRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.ibm.websphere.cem.exception.StateObserverPluginRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EmitterCreationException, EmitterFactoryCreationException, EventFactoryCreationException, NoContextException

public class StateObserverPluginRuntimeException
extends java.lang.RuntimeException

Indicates that the requested events service is not available either because the configuration is not available or the configuration does not point to a working service or some other runtime error.

See Also:
Serialized Form

Field Summary
static java.lang.String WEI_MSG_FILE
           
static java.lang.String WEI_TRC_PREFIX
           
 
Constructor Summary
StateObserverPluginRuntimeException(java.lang.String s)
          Constructs a StateObserverPluginRuntimeException with the specified detail message
StateObserverPluginRuntimeException(java.lang.String s, java.lang.Throwable re)
          Constructs a StateObserverPluginRuntimeException 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
 

Field Detail

WEI_TRC_PREFIX

public static final java.lang.String WEI_TRC_PREFIX
See Also:
Constant Field Values

WEI_MSG_FILE

public static final java.lang.String WEI_MSG_FILE
See Also:
Constant Field Values
Constructor Detail

StateObserverPluginRuntimeException

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

Parameters:
s - The detail message.

StateObserverPluginRuntimeException

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

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