spring-framework / org.springframework.jmx.access / InvocationFailureException / <init>

<init>

InvocationFailureException(msg: String)

Create a new InvocationFailureException with the supplied error message.

Parameters

msg - the detail message

InvocationFailureException(msg: String, cause: Throwable)

Create a new InvocationFailureException with the specified error message and root cause.

Parameters

msg - the detail message

cause - the root cause