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:
Serializable
An
IOException
that wraps a MojoExecutionException
.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMojoExecutionIOExceptionWrapper
(org.apache.maven.plugin.MojoExecutionException e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MojoExecutionIOExceptionWrapper
public MojoExecutionIOExceptionWrapper(org.apache.maven.plugin.MojoExecutionException e)
-
-
Method Details