KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > remote > JMXServerErrorException

javax.management.remote
Class JMXServerErrorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by javax.management.remote.JMXServerErrorException
All Implemented Interfaces:
Serializable
See Also:
Source Code, MBeanServer, ServerError

public Throwable getCause()
See Also:
Throwable.initCause(Throwable)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JMXServerErrorException(String s,
                               Error err)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags