org.apache.maven.surefire.booter
Class SurefireBooterForkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.surefire.util.NestedCheckedException
org.apache.maven.surefire.booter.SurefireBooterForkException
- All Implemented Interfaces:
- java.io.Serializable
public class SurefireBooterForkException
- extends org.apache.maven.surefire.util.NestedCheckedException
Encapsulates exceptions thrown during Surefire forking.
- Version:
- $Id: SurefireBooterForkException.java 510866 2007-02-23 08:13:49Z brett $
- See Also:
- Serialized Form
Methods inherited from class org.apache.maven.surefire.util.NestedCheckedException |
contains, getCause, getMessage, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SurefireBooterForkException
public SurefireBooterForkException(java.lang.String message)
SurefireBooterForkException
public SurefireBooterForkException(java.lang.Throwable cause)
SurefireBooterForkException
public SurefireBooterForkException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2004-2008 Apache Software Foundation. All Rights Reserved.