Package org.testcontainers.containers
Class ContainerLaunchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.testcontainers.containers.ContainerLaunchException
- All Implemented Interfaces:
Serializable
AN exception that may be raised during launch of a container.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContainerLaunchException(String message) ContainerLaunchException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ContainerLaunchException
-
ContainerLaunchException
-