public class VcdErrorResponseException extends VcdErrorException
ErrorType object| Constructor and Description |
|---|
VcdErrorResponseException(int httpStatusCode,
String requestId,
com.vmware.vcloud.api.rest.schema_v1_5.ErrorType vcdError,
javax.ws.rs.WebApplicationException cause) |
VcdErrorResponseException(int httpStatusCode,
String requestId,
String vcdError,
javax.ws.rs.WebApplicationException cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
String |
getRequestId() |
com.vmware.vcloud.api.rest.schema_v1_5.ErrorType |
getVcdError() |
String |
toString() |
getCause, getHttpStatusCodeaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic VcdErrorResponseException(int httpStatusCode,
String requestId,
com.vmware.vcloud.api.rest.schema_v1_5.ErrorType vcdError,
javax.ws.rs.WebApplicationException cause)
public final com.vmware.vcloud.api.rest.schema_v1_5.ErrorType getVcdError()
ErrorType object representing the error returned by VCD as defined bypublic final String getRequestId()
public String toString()
toString in class VcdErrorExceptionpublic String getMessage()
getMessage in class VcdErrorExceptionCopyright © 2019 VMware. All rights reserved.