public final class ClientV3Exception extends AbstractCloudFoundryException
| Modifier and Type | Class and Description |
|---|---|
static class |
ClientV3Exception.Error
An error object encapsulating details about an error
|
| Constructor and Description |
|---|
ClientV3Exception(Integer statusCode,
List<ClientV3Exception.Error> errors)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
List<ClientV3Exception.Error> |
getErrors()
Returns the errors
|
getStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClientV3Exception(Integer statusCode, List<ClientV3Exception.Error> errors)
statusCode - the status codeerrors - the errorspublic List<ClientV3Exception.Error> getErrors()
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.