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