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

/openjdk10/jdk/src/jdk.internal.jvmstat/share/classes/sun/jvmstat/monitor/
H A DMonitorException.java36 public class MonitorException extends Exception { class in inherits:Exception
41 public MonitorException() { method in class:MonitorException
50 public MonitorException(String message) { method in class:MonitorException
60 public MonitorException(String message, Throwable cause) { method in class:MonitorException
69 public MonitorException(Throwable cause) { method in class:MonitorException

Completed in 33 milliseconds