com.bea.wlevs.management
Class ManagementRuntimeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.bea.wlevs.management.ManagementRuntimeException
- public class ManagementRuntimeException
- extends RuntimeException
This class is used to indicate a runtime error in the
Management Subsytem of WebLogic Event Server.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString |
ManagementRuntimeException
public ManagementRuntimeException()
- Default constructor.
ManagementRuntimeException
public ManagementRuntimeException(Throwable t)
- Constructor with a cause
- Parameters:
t
- Throwable instance which is the cause of this Runtime exception.