Package org.eclipse.cbi.maven
Class MojoExecutionIOExceptionWrapper
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.eclipse.cbi.maven.MojoExecutionIOExceptionWrapper
-
- All Implemented Interfaces:
java.io.Serializable
public final class MojoExecutionIOExceptionWrapper extends java.io.IOException
AnIOException
that wraps aMojoExecutionException
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description MojoExecutionIOExceptionWrapper(org.apache.maven.plugin.MojoExecutionException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.maven.plugin.MojoExecutionException
getCause()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-