com.ebay.carad.os.vitalsigns
Class ReportingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ebay.carad.os.vitalsigns.ReportingException
- All Implemented Interfaces:
- java.io.Serializable
public class ReportingException
- extends java.lang.RuntimeException
This (or a subclass of such) is the proper exception to throw from
within any report, data retriever, or listener that misbehaves. This
exception is reported to listeners by a well-behaved IDashboardAgent
implementation by notifying its own listeners first, and then notifying
the listeners of all contained reports.
- Version:
- $Id$
- Author:
- Jeremy Thomerson
- See Also:
- Serialized Form
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
ReportingException
public ReportingException()
ReportingException
public ReportingException(java.lang.String message)
ReportingException
public ReportingException(java.lang.Throwable cause)
ReportingException
public ReportingException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2004-2009. All Rights Reserved.