org.opennms.reporting.availability.svclayer
Class AvailabilityDataServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.reporting.availability.svclayer.AvailabilityDataServiceException
All Implemented Interfaces:
Serializable

public class AvailabilityDataServiceException
extends Exception

AvailabilityDataServiceException class.

See Also:
Serialized Form

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

AvailabilityDataServiceException

public AvailabilityDataServiceException(String message,
                                        Throwable cause)

Constructor for AvailabilityDataServiceException.

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

AvailabilityDataServiceException

public AvailabilityDataServiceException(String message)

Constructor for AvailabilityDataServiceException.

Parameters:
message - a String object.

AvailabilityDataServiceException

public AvailabilityDataServiceException(Throwable cause)

Constructor for AvailabilityDataServiceException.

Parameters:
cause - a Throwable object.


Copyright © 2011. All Rights Reserved.