|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception kieker.common.exception.MonitoringRecordException
public class MonitoringRecordException
This exception can be used to show that something in context with a monitoring record failed.
Constructor Summary | |
---|---|
MonitoringRecordException(java.lang.String messString)
Creates a new instance of this class using the given parameters. |
|
MonitoringRecordException(java.lang.String messString,
java.lang.Throwable cause)
Creates a new instance of this class using the given parameters. |
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 MonitoringRecordException(java.lang.String messString)
messString
- The message of this exception.public MonitoringRecordException(java.lang.String messString, java.lang.Throwable cause)
messString
- The message of this exception.cause
- The cause of this exception.
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |