Class MBeanConnectFailureException

All Implemented Interfaces:
Serializable

public class MBeanConnectFailureException extends JmxException
Thrown when an invocation failed because of an I/O problem on the MBeanServerConnection.
Since:
2.5.6
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • MBeanConnectFailureException

      public MBeanConnectFailureException(String msg, Throwable cause)
      Create a new MBeanConnectFailureException with the specified error message and root cause.
      Parameters:
      msg - the detail message
      cause - the root cause