Class MojoExecutionIOExceptionWrapper

  • All Implemented Interfaces:
    java.io.Serializable

    public final class MojoExecutionIOExceptionWrapper
    extends java.io.IOException
    An IOException that wraps a MojoExecutionException.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.maven.plugin.MojoExecutionException getCause()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MojoExecutionIOExceptionWrapper

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

      • getCause

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