|
Jvmstat | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
sun.jvmstat.monitor.MonitorException
public class MonitorException
Base class for exceptions that occur while interfacing with the Monitoring interfaces.
Constructor Summary | |
---|---|
MonitorException()
Create a MonitorException |
|
MonitorException(String message)
Create a MonitorException with the given message. |
|
MonitorException(String message,
Throwable cause)
Create a MonitorException with the given message and cause. |
|
MonitorException(Throwable cause)
Create an InstrumentationException with the given cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MonitorException()
public MonitorException(String message)
message
- the message to associate with the exception.public MonitorException(String message, Throwable cause)
message
- the message to associate with the exception.cause
- the exception causing this exception.public MonitorException(Throwable cause)
cause
- the exception causing this exception.
|
Jvmstat | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |