KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > RuntimeOperationsException

javax.management
Class RuntimeOperationsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.management.JMRuntimeException
                  extended by javax.management.RuntimeOperationsException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

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


public RuntimeException getTargetException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RuntimeOperationsException(RuntimeException e)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RuntimeOperationsException(RuntimeException e,
                                  String message)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags