org.opennms.api.reporting
Class ReportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.api.reporting.ReportException
All Implemented Interfaces:
Serializable

public class ReportException
extends Exception

ReportException class.

Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

Constructor Summary
ReportException(String message)
          Constructor for ReportException.
ReportException(String message, Throwable cause)
          Constructor for ReportException.
ReportException(Throwable cause)
          Constructor for ReportException.
 
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

ReportException

public ReportException(String message,
                       Throwable cause)

Constructor for ReportException.

Parameters:
message - a String object.
cause - a Throwable object.

ReportException

public ReportException(String message)

Constructor for ReportException.

Parameters:
message - a String object.

ReportException

public ReportException(Throwable cause)

Constructor for ReportException.

Parameters:
cause - a Throwable object.


Copyright © 2011. All Rights Reserved.