public class ContainerRenameConflictException extends DockerException
| Modifier and Type | Field and Description |
|---|---|
private String |
containerId |
private String |
newName |
| Constructor and Description |
|---|
ContainerRenameConflictException(String containerId,
String newName) |
ContainerRenameConflictException(String containerId,
String newName,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerId() |
String |
getNewName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2016. All rights reserved.