Class ExecStartConflictException
- 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.ExecStartConflictException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExecStartConflictException extends ConflictException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
execId
-
Constructor Summary
Constructors Constructor Description ExecStartConflictException(java.lang.String execId)
ExecStartConflictException(java.lang.String execId, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getExecId()
-