org.apache.maven.plugin.testing
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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-2012 The Apache Software Foundation. All Rights Reserved.