Class InvalidOverlayConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.plugin.AbstractMojoExecutionException
-
- org.apache.maven.plugin.MojoExecutionException
-
- org.apache.maven.plugins.war.overlay.InvalidOverlayConfigurationException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidOverlayConfigurationException extends org.apache.maven.plugin.MojoExecutionException
Thrown if the overlay configuration is invalid.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description InvalidOverlayConfigurationException(java.lang.String string)
InvalidOverlayConfigurationException(java.lang.String string, java.lang.Throwable throwable)
-
Method Summary
-
Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException
getLongMessage, getSource
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InvalidOverlayConfigurationException
public InvalidOverlayConfigurationException(java.lang.String string)
- Parameters:
string
- Set the message of the exception.
-
InvalidOverlayConfigurationException
public InvalidOverlayConfigurationException(java.lang.String string, java.lang.Throwable throwable)
- Parameters:
string
- Set the message of the exception.throwable
-Throwable
-
-