Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.api.plugin.testing.ConfigurationException
- All Implemented Interfaces:
Serializable
ConfigurationException
- Author:
- jesse
- See Also:
-
Constructor Summary
ConstructorDescriptionConfigurationException
(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.
-