uk.co.gidley.jmxmonitor.monitoring
Class ReadingFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.commons.lang.exception.NestableException
              extended by uk.co.gidley.jmxmonitor.monitoring.ReadingFailedException
All Implemented Interfaces:
Serializable, org.apache.commons.lang.exception.Nestable

public class ReadingFailedException
extends org.apache.commons.lang.exception.NestableException

Thrown when a reading failed. This should wrap any exception thrown

See Also:
Serialized Form

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

ReadingFailedException

public ReadingFailedException()

ReadingFailedException

public ReadingFailedException(String msg)

ReadingFailedException

public ReadingFailedException(Throwable cause)

ReadingFailedException

public ReadingFailedException(String msg,
                              Throwable cause)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2009-2010. All Rights Reserved.