public final class UnknownCloudFoundryException extends AbstractCloudFoundryException
| Constructor and Description |
|---|
UnknownCloudFoundryException(Integer statusCode)
Creates a new instance
|
UnknownCloudFoundryException(Integer statusCode,
String payload)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPayload()
Returns the payload of the error
|
getStatusCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownCloudFoundryException(Integer statusCode, String payload)
statusCode - the status codepayload - the payload of the errorpublic UnknownCloudFoundryException(Integer statusCode)
statusCode - the status codepublic String getPayload()
Copyright © 2020. All rights reserved.