Class SurefireBooterForkException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.surefire.booter.SurefireBooterForkException
All Implemented Interfaces:
Serializable

public class SurefireBooterForkException extends Exception
Encapsulates exceptions thrown during Surefire forking.
See Also:
  • Constructor Details

    • SurefireBooterForkException

      public SurefireBooterForkException(String message, RunResult runResult)
    • SurefireBooterForkException

      public SurefireBooterForkException(String message, String rethrownMessage, Throwable rethrownCause, RunResult runResult)
    • SurefireBooterForkException

      public SurefireBooterForkException(String message, Throwable cause)
    • SurefireBooterForkException

      public SurefireBooterForkException(String msg)