Package org.apache.maven.surefire.booter
Class SurefireExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.surefire.booter.SurefireExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class SurefireExecutionException extends java.lang.Exception
An error occurring during the invocation of Surefire via an alternate class loader.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SurefireExecutionException(java.lang.String message, java.lang.Throwable nested)
-