Package org.apache.maven.surefire.booter
Class SurefireBooterForkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.surefire.booter.SurefireBooterForkException
- All Implemented Interfaces:
- Serializable
Encapsulates exceptions thrown during Surefire forking.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionSurefireBooterForkException(String message, String rethrownMessage, Throwable rethrownCause, RunResult runResult) SurefireBooterForkException(String message, Throwable cause) SurefireBooterForkException(String message, RunResult runResult) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SurefireBooterForkException
- 
SurefireBooterForkException
- 
SurefireBooterForkException
- 
SurefireBooterForkException
 
-