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.

See Also:
Serialized Form

Constructor Summary
SurefireBooterForkException(String msg)
           
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)

SurefireBooterForkException

public SurefireBooterForkException(String msg)


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