|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.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(java.lang.Exception e)
Deprecated. Creates a ProxyMBeanInstantiationException that
wraps the actual Exception . |
|
ProxyMBeanInstantiationException(java.lang.Exception e,
java.lang.String message)
Deprecated. Creates a ProxyMBeanInstantiationException that wraps the actual Exception with a detail
message. |
Method Summary | |
---|---|
java.lang.Throwable |
getCause()
Deprecated. Returns the actual Throwable thrown. |
java.lang.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(java.lang.Exception e)
ProxyMBeanInstantiationException
that
wraps the actual Exception
.
public ProxyMBeanInstantiationException(java.lang.Exception e, java.lang.String message)
Exception
with a detail
message.
Method Detail |
---|
public java.lang.Exception getTargetException()
getCause()
instead.
Returns the actual Exception
thrown.
public java.lang.Throwable getCause()
Throwable
thrown.
getCause
in class java.lang.Throwable
|
Open Source build 01-ea opendmk-1.0-b01-ea 2010.10.20_19:39:55_UTC |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |