org.opennms.reporting.core.svclayer
Class ReportServiceLocatorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opennms.reporting.core.svclayer.ReportServiceLocatorException
All Implemented Interfaces:
Serializable

public class ReportServiceLocatorException
extends RuntimeException

Used by ReportServiceLocator

Version:
$Id: $
Author:
Jonathan Sartin
See Also:
Serialized Form

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

ReportServiceLocatorException

public ReportServiceLocatorException(String message)

Constructor for ReportServiceLocatorException.

Parameters:
message - a String object.

ReportServiceLocatorException

public ReportServiceLocatorException(Throwable cause)

Constructor for ReportServiceLocatorException.

Parameters:
cause - a Throwable object.

ReportServiceLocatorException

public ReportServiceLocatorException(String message,
                                     Throwable cause)

Constructor for ReportServiceLocatorException.

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


Copyright © 2011. All Rights Reserved.