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
public class DockerRuntimeException extends RuntimeException
Extension ofRuntimeException
, thrown for example if connection to docker process is interrupted.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DockerRuntimeException(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
-
-