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