Class ForkedProcessExecutionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ForkedProcessExecutionException
    extends org.apache.maven.plugin.MojoExecutionException
    Author:
    Nicolas De Loof
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class org.apache.maven.plugin.AbstractMojoExecutionException

        longMessage, source
    • Method Summary

      • Methods inherited from class org.apache.maven.plugin.AbstractMojoExecutionException

        getLongMessage, getSource
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, 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

      • ForkedProcessExecutionException

        public ForkedProcessExecutionException​(java.lang.String message)
        Parameters:
        message -
      • ForkedProcessExecutionException

        public ForkedProcessExecutionException​(java.lang.String message,
                                               java.lang.Exception cause)
        Parameters:
        message -
        cause -
      • ForkedProcessExecutionException

        public ForkedProcessExecutionException​(java.lang.String message,
                                               java.lang.Throwable cause)
        Parameters:
        message -
        cause -
      • ForkedProcessExecutionException

        public ForkedProcessExecutionException​(java.lang.Object source,
                                               java.lang.String shortMessage,
                                               java.lang.String longMessage)
        Parameters:
        source -
        shortMessage -
        longMessage -