|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
javax.management.remote.JMXProviderException
Exception thrown by JMXConnectorFactory
when a provider
exists for the required protocol but cannot be used for some
reason.
JMXConnectorFactory.connect(JMXServiceURL, Map)
,
Serialized FormConstructor Summary | |
JMXProviderException()
Constructs a JMXProviderException with no
specified detail message. |
|
JMXProviderException(String message)
Constructs a JMXProviderException with the
specified detail message. |
|
JMXProviderException(String message,
Throwable cause)
Constructs a JMXProviderException with the
specified detail message and nested exception. |
Method Summary | |
Throwable |
getCause()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JMXProviderException()
Constructs a JMXProviderException
with no
specified detail message.
public JMXProviderException(String message)
Constructs a JMXProviderException
with the
specified detail message.
message
- the detail messagepublic JMXProviderException(String message, Throwable cause)
Constructs a JMXProviderException
with the
specified detail message and nested exception.
message
- the detail messagecause
- the nested exceptionMethod Detail |
public Throwable getCause()
|
JMX Remote API Specification 1.0 Final Release Generated from RI build jmxremote-1_0_1_03-b57.2 2005.11.28_17:40:34_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |