|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opennms.reporting.core.svclayer.ReportServiceLocatorException
public class ReportServiceLocatorException
Used by ReportServiceLocator
| 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 |
|---|
public ReportServiceLocatorException(String message)
Constructor for ReportServiceLocatorException.
message - a String object.public ReportServiceLocatorException(Throwable cause)
Constructor for ReportServiceLocatorException.
cause - a Throwable object.
public ReportServiceLocatorException(String message,
Throwable cause)
Constructor for ReportServiceLocatorException.
message - a String object.cause - a Throwable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||