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 Summary
ConstructorsConstructorDescriptionSurefireBooterForkException(String message, String rethrownMessage, Throwable rethrownCause, RunResult runResult) SurefireBooterForkException(String message, Throwable cause) SurefireBooterForkException(String message, RunResult runResult)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
SurefireBooterForkException
 - 
SurefireBooterForkException
 - 
SurefireBooterForkException
 - 
SurefireBooterForkException
 
 -