Class JvmLauncherException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.codehaus.cargo.util.CargoException
-
- org.codehaus.cargo.container.spi.jvm.JvmLauncherException
-
- All Implemented Interfaces:
Serializable
public class JvmLauncherException extends CargoException
Exception thrown to signal a failure to launch a JVM.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JvmLauncherException(String message)
JvmLauncherException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class org.codehaus.cargo.util.CargoException
getOriginalThrowable, printStackTrace, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
-
-
-
Constructor Detail
-
JvmLauncherException
public JvmLauncherException(String message)
- Parameters:
message
- The error message, may benull
.
-
-