javax.management.remote
Class JMXProviderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjavax.management.remote.JMXProviderException
All Implemented Interfaces:
Serializable

public class JMXProviderException
extends IOException

Exception thrown by JMXConnectorFactory when a provider exists for the required protocol but cannot be used for some reason.

Since:
1.0
See Also:
JMXConnectorFactory.connect(JMXServiceURL, Map), Serialized Form

Constructor 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

JMXProviderException

public JMXProviderException()

Constructs a JMXProviderException with no specified detail message.


JMXProviderException

public JMXProviderException(String message)

Constructs a JMXProviderException with the specified detail message.

Parameters:
message - the detail message

JMXProviderException

public JMXProviderException(String message,
                            Throwable cause)

Constructs a JMXProviderException with the specified detail message and nested exception.

Parameters:
message - the detail message
cause - the nested exception
Method Detail

getCause

public Throwable getCause()

JMX Remote API Specification 1.0 Final Release
Generated from RI build jmxremote-1_0_1_03-b57.1 2005.02.08_17:20:23_MET

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.