org.opennms.report.configuration
Class ConfigurationCalculationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.report.configuration.ConfigurationCalculationException
All Implemented Interfaces:
Serializable

public class ConfigurationCalculationException
extends Exception

ConfigurationCalculationException class.

Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

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

ConfigurationCalculationException

public ConfigurationCalculationException(String message,
                                         Throwable cause)

Constructor for ConfigurationCalculationException.

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

ConfigurationCalculationException

public ConfigurationCalculationException(String message)

Constructor for ConfigurationCalculationException.

Parameters:
message - a String object.

ConfigurationCalculationException

public ConfigurationCalculationException(Throwable cause)

Constructor for ConfigurationCalculationException.

Parameters:
cause - a Throwable object.


Copyright © 2011. All Rights Reserved.