Class MojoExecutionIOExceptionWrapper

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.eclipse.cbi.maven.MojoExecutionIOExceptionWrapper
All Implemented Interfaces:
Serializable

public final class MojoExecutionIOExceptionWrapper extends IOException
An IOException that wraps a MojoExecutionException.
See Also:
  • Field Details

  • Constructor Details

    • MojoExecutionIOExceptionWrapper

      public MojoExecutionIOExceptionWrapper(org.apache.maven.plugin.MojoExecutionException e)
  • Method Details

    • getCause

      public org.apache.maven.plugin.MojoExecutionException getCause()
      Overrides:
      getCause in class Throwable