Class ContainerLaunchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.testcontainers.containers.ContainerLaunchException
All Implemented Interfaces:
Serializable

public class ContainerLaunchException extends RuntimeException
AN exception that may be raised during launch of a container.
See Also:
  • Constructor Details

    • ContainerLaunchException

      public ContainerLaunchException(String message)
    • ContainerLaunchException

      public ContainerLaunchException(String message, Throwable cause)