mirror of https://github.com/apache/maven.git
don't need exception version - covered by Throwable
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@219998 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5565016f24
commit
8750ec7f59
|
@ -35,14 +35,6 @@ public class MojoExecutionException extends Exception
|
|||
this.longMessage = longMessage;
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated
|
||||
*/
|
||||
public MojoExecutionException( String message, Exception cause )
|
||||
{
|
||||
super( message, cause );
|
||||
}
|
||||
|
||||
public MojoExecutionException( String message, Throwable cause )
|
||||
{
|
||||
super( message, cause );
|
||||
|
|
Loading…
Reference in New Issue