Package org.eclipse.mosaic.lib.docker
Class DockerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.mosaic.lib.docker.DockerRuntimeException
- All Implemented Interfaces:
Serializable
Extension of
RuntimeException
, thrown for example if connection to docker process is interrupted.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDockerRuntimeException
(String message) DockerRuntimeException
(String message, Throwable cause) DockerRuntimeException
(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
-
DockerRuntimeException
-
DockerRuntimeException
-
DockerRuntimeException
-