Class SurefireExecutionException

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

public class SurefireExecutionException extends Exception
An error occurring during the invocation of Surefire via an alternate class loader.
Author:
Brett Porter
See Also:
  • Constructor Details

    • SurefireExecutionException

      public SurefireExecutionException(String message, Throwable nested)