org.codehaus.mojo.dashboard.report.plugin.configuration
Class ConfigurationServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.mojo.dashboard.report.plugin.configuration.ConfigurationServiceException
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationServiceException
extends java.lang.Exception

Author:
David Vicente
See Also:
Serialized Form

Constructor Summary
ConfigurationServiceException()
           
ConfigurationServiceException(java.lang.String message)
           
ConfigurationServiceException(java.lang.String message, java.lang.Throwable cause)
           
ConfigurationServiceException(java.lang.Throwable cause)
           
 
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

ConfigurationServiceException

public ConfigurationServiceException()

ConfigurationServiceException

public ConfigurationServiceException(java.lang.String message)
Parameters:
message -

ConfigurationServiceException

public ConfigurationServiceException(java.lang.Throwable cause)
Parameters:
cause -

ConfigurationServiceException

public ConfigurationServiceException(java.lang.String message,
                                     java.lang.Throwable cause)
Parameters:
message -
cause -


Copyright © 2006-2009 CodeHaus. All Rights Reserved.