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

Author:
Tom Elrod
See Also:
Serialized Form

Constructor Summary
JMXProviderException()
           
JMXProviderException(String message)
           
JMXProviderException(String message, Throwable cause)
           
 
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()

JMXProviderException

public JMXProviderException(String message)

JMXProviderException

public JMXProviderException(String message,
                            Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.