aicas logoJamaica 6.4 release 1

javax.management.remote
Class JMXProviderException

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

public class JMXProviderException
extends IOException

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

Since:
1.5
See Also:
JMXConnectorFactory.newJMXConnector(javax.management.remote.JMXServiceURL, java.util.Map), JMXConnectorServerFactory.newJMXConnectorServer(javax.management.remote.JMXServiceURL, java.util.Map, javax.management.MBeanServer), 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()
          getCause returns the cause of this exception or null if no cause was set.
 
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()
Description copied from class: Throwable
getCause returns the cause of this exception or null if no cause was set. The cause is another exception that was caught before this exception was created.

Overrides:
getCause in class Throwable
Returns:
The cause or null.

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.