Java org.springframework.jmx.access InvocationFailureException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.jmx.access InvocationFailureException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.jmx.access InvocationFailureException.

The text is from its open source code.

Constructor

InvocationFailureException(String msg, Throwable cause)
Create a new InvocationFailureException with the specified error message and root cause.
InvocationFailureException(String msg)
Create a new InvocationFailureException with the supplied error message.