com.ibm.websphere.cem.exception
Class StateObserverPluginRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.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
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 |
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
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