public class DockerRequestException extends DockerException
| Modifier and Type | Field and Description |
|---|---|
private String |
message |
private String |
method |
private int |
status |
private URI |
uri |
| Constructor and Description |
|---|
DockerRequestException(String method,
URI uri) |
DockerRequestException(String method,
URI uri,
int status) |
DockerRequestException(String method,
URI uri,
int status,
String message) |
DockerRequestException(String method,
URI uri,
int status,
String message,
Throwable cause) |
DockerRequestException(String method,
URI uri,
int status,
Throwable cause) |
DockerRequestException(String method,
URI uri,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
message() |
String |
method() |
int |
status() |
URI |
uri() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate final String method
private final URI uri
private final int status
private final String message
Copyright © 2015. All rights reserved.