public class MBeanInfoRetrievalException extends JmxException
MBeanClientInterceptor
,
MBeanProxyFactoryBean
,
Serialized FormConstructor and Description |
---|
MBeanInfoRetrievalException(java.lang.String msg)
Create a new
MBeanInfoRetrievalException with the
specified error message. |
MBeanInfoRetrievalException(java.lang.String msg,
java.lang.Throwable cause)
Create a new
MBeanInfoRetrievalException with the
specified error message and root cause. |
contains, getMessage, getMostSpecificCause, getRootCause
public MBeanInfoRetrievalException(java.lang.String msg)
MBeanInfoRetrievalException
with the
specified error message.msg
- the detail messagepublic MBeanInfoRetrievalException(java.lang.String msg, java.lang.Throwable cause)
MBeanInfoRetrievalException
with the
specified error message and root cause.msg
- the detail messagecause
- the root cause