com.ibm.websphere.cem.exception
Class NoContextException

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

public class NoContextException
extends StateObserverPluginRuntimeException

Thrown to indicate that there is no context available

See Also:
Serialized Form

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

NoContextException

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

Parameters:
s - The detail message.

NoContextException

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

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