|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception javax.management.JMException com.sun.jdmk.ManagerException com.sun.jdmk.ProxyMBeanInstantiationException
MBeanServerInvocationHandler.newProxyInstance
. This exception
class may be removed in a future version of Java DMK.
public class ProxyMBeanInstantiationException
Exception raised by the ProxyFactory
when a problem occurs with
the instantiation of the ProxyMBean
.
Constructor Summary | |
---|---|
ProxyMBeanInstantiationException(Exception e)
Deprecated. Creates a ProxyMBeanInstantiationException that
wraps the actual Exception . |
|
ProxyMBeanInstantiationException(Exception e,
String message)
Deprecated. Creates a ProxyMBeanInstantiationException that wraps the actual Exception with a detail
message. |
Method Summary | |
---|---|
Throwable |
getCause()
Deprecated. Returns the actual Throwable thrown. |
Exception |
getTargetException()
Deprecated. Use getCause() instead.
Returns the actual Exception thrown. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, 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 ProxyMBeanInstantiationException(Exception e)
ProxyMBeanInstantiationException
that
wraps the actual Exception
.
public ProxyMBeanInstantiationException(Exception e, String message)
Exception
with a detail
message.
Method Detail |
---|
public Exception getTargetException()
getCause()
instead.
Returns the actual Exception
thrown.
public Throwable getCause()
Throwable
thrown.
getCause
in class Throwable
|
Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |