org.apache.maven.surefire.booter
Class SurefireBooterForkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.maven.surefire.util.NestedCheckedException
              extended by org.apache.maven.surefire.booter.SurefireBooterForkException
All Implemented Interfaces:
Serializable

public class SurefireBooterForkException
extends NestedCheckedException

Encapsulates exceptions thrown during Surefire forking.

Version:
$Id: SurefireBooterForkException.java 1098271 2011-05-01 12:02:26Z krosenvold $
See Also:
Serialized Form

Constructor Summary
SurefireBooterForkException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.surefire.util.NestedCheckedException
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
 

Constructor Detail

SurefireBooterForkException

public SurefireBooterForkException(String message,
                                   Throwable cause)


Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.