Searched defs:JMRuntimeException (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/src/java.management/share/classes/javax/management/
H A DJMRuntimeException.java34 public class JMRuntimeException extends RuntimeException { class in inherits:RuntimeException
42 public JMRuntimeException() { method in class:JMRuntimeException
51 public JMRuntimeException(String message) { method in class:JMRuntimeException
60 JMRuntimeException(String message, Throwable cause) { method in class:JMRuntimeException

Completed in 43 milliseconds