Class SurefireBooterForkException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SurefireBooterForkException
    extends java.lang.Exception
    Encapsulates exceptions thrown during Surefire forking.
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • SurefireBooterForkException

        public SurefireBooterForkException​(java.lang.String message,
                                           org.apache.maven.surefire.api.suite.RunResult runResult)
      • SurefireBooterForkException

        public SurefireBooterForkException​(java.lang.String message,
                                           java.lang.String rethrownMessage,
                                           java.lang.Throwable rethrownCause,
                                           org.apache.maven.surefire.api.suite.RunResult runResult)
      • SurefireBooterForkException

        public SurefireBooterForkException​(java.lang.String message,
                                           java.lang.Throwable cause)
      • SurefireBooterForkException

        public SurefireBooterForkException​(java.lang.String msg)