Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Event Processing for Oracle Java Embedded
11g Release 1 (11.1.1.7)

E39906-01
FRAMES    NO FRAMES
DETAIL:  FIELD | CONSTR | METHOD


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 java.lang.RuntimeException

This class is used to indicate a runtime error in the Management Subsytem of WebLogic Event Server.

See Also:
Serialized Form

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

ManagementRuntimeException

public ManagementRuntimeException()
Deprecated. 
Default constructor.

ManagementRuntimeException

public ManagementRuntimeException(java.lang.Throwable t)
Deprecated. 
Constructor with a cause
Parameters:
t - Throwable instance which is the cause of this Runtime exception.

Overview  Package   Class   Use  Tree  Deprecated  Index  Help 
Copyright © 2007, 2013 Oracle and/or its affiliates. All rights reserved.
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD