public class BaasClientException extends BaasApiException
BaasApiException
indicating an error due a wrong
request. When a BaasClientException is thrown the SDK made an error during
the request; misspelling the URI or putting a wrong parameter value. apiVersion, code, httpStatus, method, requestHeader, resource
Constructor and Description |
---|
BaasClientException(int code,
int httpStatus,
java.lang.String resource,
java.lang.String method,
java.util.Map<java.lang.String,java.lang.String> requestHeader,
java.lang.String apiVersion,
java.lang.String detailMessage) |
BaasClientException(int httpStatus,
JsonObject json) |
toString
public BaasClientException(int httpStatus, JsonObject json)
public BaasClientException(int code, int httpStatus, java.lang.String resource, java.lang.String method, java.util.Map<java.lang.String,java.lang.String> requestHeader, java.lang.String apiVersion, java.lang.String detailMessage)