public class BaasServerException extends BaasApiException
BaasApiException
indicating an error due a problem
within the server. When a BaasServerException is thrown, the BaasBox
server thrown an unexpected exception.apiVersion, code, httpStatus, method, requestHeader, resource
Constructor and Description |
---|
BaasServerException(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) |
BaasServerException(int status,
JsonObject jsonResponse) |
toString
public BaasServerException(int status, JsonObject jsonResponse)
public BaasServerException(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)