|
BEA Systems, Inc. | |||||||||||
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
weblogic.utils.NestedRuntimeException
weblogic.security.service.SecurityServiceRuntimeException
weblogic.security.service.MBeanException
The MBeanException
exception is a general exception that is
thrown if there are any problems with the MBeans required
by the WebLogic Security Framework. For example, this exception may
be thrown if MBeans are misconfigured or missing.
Nested Class Summary |
Nested classes inherited from class weblogic.utils.NestedThrowable |
weblogic.utils.NestedThrowable.Util |
Constructor Summary | |
MBeanException()
Constructs an MBeanException with no arguments. |
|
MBeanException(String msg)
Constructs an MBeanException with the specified
detail message. |
|
MBeanException(String msg,
Throwable nested)
Constructs an MBeanException with a detail message and
a nested exception. |
|
MBeanException(Throwable nested)
Constructs an MBeanException with a nested exception. |
Methods inherited from class weblogic.utils.NestedRuntimeException |
getNested, getNestedException, printStackTrace, printStackTrace, printStackTrace, superPrintStackTrace, superPrintStackTrace, superToString, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public MBeanException()
MBeanException
with no arguments.
public MBeanException(String msg)
MBeanException
with the specified
detail message. A detail message is a String that describes this particular exception.
public MBeanException(String msg, Throwable nested)
MBeanException
with a detail message and
a nested exception.
public MBeanException(Throwable nested)
MBeanException
with a nested exception.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |