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

/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/
H A DMonitorException.java35 public class MonitorException extends Exception { class in inherits:Exception
38 * Create a MonitorException
40 public MonitorException() { method in class:MonitorException
45 * Create a MonitorException with the given message.
49 public MonitorException(String message) { method in class:MonitorException
54 * Create a MonitorException with the given message and cause.
59 public MonitorException(String message, Throwable cause) { method in class:MonitorException
68 public MonitorException(Throwable cause) { method in class:MonitorException

Completed in 22 milliseconds