com.ebay.carad.os.vitalsigns
Class ReportingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
ReportingException()
           
ReportingException(java.lang.String message)
           
ReportingException(java.lang.String message, java.lang.Throwable cause)
           
ReportingException(java.lang.Throwable 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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

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.