org.apache.maven.surefire.booter
Class ForkTimeoutException

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.ForkTimeoutException
All Implemented Interfaces:
Serializable

public class ForkTimeoutException
extends NestedCheckedException

Author:
Kristian Rosenvold
See Also:
Serialized Form

Constructor Summary
ForkTimeoutException()
           
 
Method Summary
 
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
 

Constructor Detail

ForkTimeoutException

public ForkTimeoutException()


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