public final class CloudFoundryException extends RuntimeException
| Constructor and Description |
|---|
CloudFoundryException(Integer code,
String description,
String errorCode)
Creates a new instance
|
CloudFoundryException(Integer code,
String description,
String errorCode,
Throwable cause)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCode()
Returns the code
|
String |
getDescription()
Returns the description
|
String |
getErrorCode()
Returns the error code
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2016 Pivotal Software, Inc.. All rights reserved.