|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--com.bea.wlevs.management.ManagementRuntimeException
This class is used to indicate a runtime error in the Management Subsytem of WebLogic Event Server.
Constructor Summary | |
ManagementRuntimeException()
Deprecated. Default constructor. |
|
ManagementRuntimeException(java.lang.Throwable t)
Deprecated. Constructor with a cause |
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 ManagementRuntimeException()
public ManagementRuntimeException(java.lang.Throwable t)
t
- Throwable instance which is the cause of this Runtime
exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |