|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.websphere.cem.exception.StateObserverPluginRuntimeException
com.ibm.websphere.cem.exception.NoContextException
Thrown to indicate that there is no context available
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 |
public NoContextException(java.lang.String s)
s
- The detail message.public NoContextException(java.lang.String s, java.lang.Throwable re)
s
- The detail message.re
- The root exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |