Class ExecCreateConflictException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.spotify.docker.client.exceptions.DockerException
-
- com.spotify.docker.client.exceptions.ConflictException
-
- com.spotify.docker.client.exceptions.ExecCreateConflictException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExecCreateConflictException extends ConflictException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
containerId
-
Constructor Summary
Constructors Constructor Description ExecCreateConflictException(java.lang.String containerId)
ExecCreateConflictException(java.lang.String containerId, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getContainerId()
-