|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.commons.lang.exception.NestableException
uk.co.gidley.jmxmonitor.monitoring.ReadingFailedException
public class ReadingFailedException
Thrown when a reading failed. This should wrap any exception thrown
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.lang.exception.NestableException |
|---|
delegate |
| Constructor Summary | |
|---|---|
ReadingFailedException()
|
|
ReadingFailedException(String msg)
|
|
ReadingFailedException(String msg,
Throwable cause)
|
|
ReadingFailedException(Throwable cause)
|
|
| Method Summary | |
|---|---|
String |
toString()
|
| Methods inherited from class org.apache.commons.lang.exception.NestableException |
|---|
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ReadingFailedException()
public ReadingFailedException(String msg)
public ReadingFailedException(Throwable cause)
public ReadingFailedException(String msg,
Throwable cause)
| Method Detail |
|---|
public String toString()
toString in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||