Class DockerRuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.mosaic.lib.docker.DockerRuntimeException
All Implemented Interfaces:
Serializable

public class DockerRuntimeException extends RuntimeException
Extension of RuntimeException, thrown for example if connection to docker process is interrupted.
See Also:
  • Constructor Details

    • DockerRuntimeException

      public DockerRuntimeException(String message)
    • DockerRuntimeException

      public DockerRuntimeException(Throwable cause)
    • DockerRuntimeException

      public DockerRuntimeException(String message, Throwable cause)