|
||||||||||
| 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.svclayer.AvailabilityDataServiceException
public class AvailabilityDataServiceException
AvailabilityDataServiceException class.
| Constructor Summary | |
|---|---|
AvailabilityDataServiceException(String message)
Constructor for AvailabilityDataServiceException. |
|
AvailabilityDataServiceException(String message,
Throwable cause)
Constructor for AvailabilityDataServiceException. |
|
AvailabilityDataServiceException(Throwable cause)
Constructor for AvailabilityDataServiceException. |
|
| 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 AvailabilityDataServiceException(String message,
Throwable cause)
Constructor for AvailabilityDataServiceException.
message - a String object.cause - a Throwable object.public AvailabilityDataServiceException(String message)
Constructor for AvailabilityDataServiceException.
message - a String object.public AvailabilityDataServiceException(Throwable cause)
Constructor for AvailabilityDataServiceException.
cause - a Throwable object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||