@ -33,11 +34,11 @@ public class DockerConnectionException extends RuntimeException {
@@ -33,11 +34,11 @@ public class DockerConnectionException extends RuntimeException {
StringBuildermessage=newStringBuilder("Connection to the Docker daemon at '"+host+"' failed");
StringcauseMessage=getCauseMessage(cause);
if(causeMessage!=null&&!causeMessage.isEmpty()){
if(StringUtils.hasText(causeMessage)){
message.append(" with error \"").append(causeMessage).append("\"");
}
message.append("; ensure the Docker daemon is running and accessible");
@ -48,7 +49,6 @@ public class DockerConnectionException extends RuntimeException {
@@ -48,7 +49,6 @@ public class DockerConnectionException extends RuntimeException {
@ -100,7 +100,7 @@ The builder can be specified on the command line as well, as shown in this examp
@@ -100,7 +100,7 @@ The builder can be specified on the command line as well, as shown in this examp
@ -164,5 +164,5 @@ The image name can be specified on the command line as well, as shown in this ex
@@ -164,5 +164,5 @@ The image name can be specified on the command line as well, as shown in this ex