org.apache.maven.plugin.testing
Class ConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.plugin.testing.ConfigurationException
All Implemented Interfaces:
Serializable

public class ConfigurationException
extends Exception

ConfigurationException

Version:
$Id: ConfigurationException.java 638332 2008-03-18 11:39:00Z bentmann $
Author:
jesse
See Also:
Serialized Form

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

ConfigurationException

public ConfigurationException(String message)
Parameters:
message - The detailed message.

ConfigurationException

public ConfigurationException(Throwable cause)
Parameters:
cause - The detailed cause.

ConfigurationException

public ConfigurationException(String message,
                              Throwable cause)
Parameters:
message - The detailed message.
cause - The detailed cause.


Copyright © 2008-2009 The Apache Software Foundation. All Rights Reserved.