Package 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
ConfigurationException
- Author:
 - jesse
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionConfigurationException(String message) ConfigurationException(String message, Throwable cause) ConfigurationException(Throwable cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ConfigurationException
- Parameters:
 message- The detailed message.
 - 
ConfigurationException
- Parameters:
 cause- The detailed cause.
 - 
ConfigurationException
- Parameters:
 message- The detailed message.cause- The detailed cause.
 
 -