public class JmxInvocationException
extends java.lang.Exception
Constructor and Description |
---|
JmxInvocationException()
Instantiates a new connection exception.
|
JmxInvocationException(java.lang.String message)
Instantiates a new connection exception.
|
JmxInvocationException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new connection exception.
|
JmxInvocationException(java.lang.Throwable cause)
Instantiates a new connection exception.
|
public JmxInvocationException()
public JmxInvocationException(java.lang.String message)
message
- the messagepublic JmxInvocationException(java.lang.Throwable cause)
cause
- the causepublic JmxInvocationException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the cause