Home
last modified time | relevance | path

Searched defs:statusCode (Results 1 – 25 of 243) sorted by relevance

12345678910

/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DHttpResponseException.java15 private int statusCode; field in HttpResponseException
18 public HttpResponseException(int statusCode) { in HttpResponseException()
23 public HttpResponseException(String detailMessage, int statusCode) { in HttpResponseException()
28 public HttpResponseException(String detailMessage, int statusCode, List responseHeaders) { in HttpResponseException()
34 public HttpResponseException(String message, Throwable cause, int statusCode) { in HttpResponseException()
39 public HttpResponseException(Throwable cause, int statusCode) { in HttpResponseException()
/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/exception/
DSdkServiceException.java45 private final int statusCode; field in SdkServiceException
74 public int statusCode() { in statusCode() method in SdkServiceException
166 Builder statusCode(int statusCode); in statusCode() method
172 int statusCode(); in statusCode() method
187 protected int statusCode; field in SdkServiceException.BuilderImpl
256 public Builder statusCode(int statusCode) { in statusCode() method in SdkServiceException.BuilderImpl
265 public void setStatusCode(int statusCode) { in setStatusCode()
270 public int statusCode() { in statusCode() method in SdkServiceException.BuilderImpl
/external/aws-sdk-java-v2/core/regions/src/main/java/software/amazon/awssdk/regions/util/
DResourcesEndpointRetryParameters.java26 private final Integer statusCode; field in ResourcesEndpointRetryParameters
49 private final Integer statusCode; field in ResourcesEndpointRetryParameters.Builder
58 private Builder(Integer statusCode, Exception exception) { in Builder()
68 public Builder withStatusCode(Integer statusCode) { in withStatusCode()
/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DApiException.java41 private final StatusCode statusCode; field in ApiException
44 public ApiException(Throwable cause, StatusCode statusCode, boolean retryable) { in ApiException()
48 public ApiException(String message, Throwable cause, StatusCode statusCode, boolean retryable) { in ApiException()
56 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in ApiException()
DOutOfRangeException.java37 public OutOfRangeException(Throwable cause, StatusCode statusCode, boolean retryable) { in OutOfRangeException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in OutOfRangeException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in OutOfRangeException()
DPermissionDeniedException.java34 public PermissionDeniedException(Throwable cause, StatusCode statusCode, boolean retryable) { in PermissionDeniedException()
39 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in PermissionDeniedException()
44 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in PermissionDeniedException()
DAbortedException.java37 public AbortedException(Throwable cause, StatusCode statusCode, boolean retryable) { in AbortedException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in AbortedException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in AbortedException()
DCancelledException.java34 public CancelledException(Throwable cause, StatusCode statusCode, boolean retryable) { in CancelledException()
39 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in CancelledException()
44 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in CancelledException()
DUnknownException.java39 public UnknownException(Throwable cause, StatusCode statusCode, boolean retryable) { in UnknownException()
44 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in UnknownException()
49 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in UnknownException()
DFailedPreconditionException.java38 public FailedPreconditionException(Throwable cause, StatusCode statusCode, boolean retryable) { in FailedPreconditionException()
43 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in FailedPreconditionException()
48 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in FailedPreconditionException()
DDeadlineExceededException.java39 public DeadlineExceededException(Throwable cause, StatusCode statusCode, boolean retryable) { in DeadlineExceededException()
44 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in DeadlineExceededException()
49 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in DeadlineExceededException()
DNotFoundException.java34 public NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable) { in NotFoundException()
39 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in NotFoundException()
44 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in NotFoundException()
DAlreadyExistsException.java37 public AlreadyExistsException(Throwable cause, StatusCode statusCode, boolean retryable) { in AlreadyExistsException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in AlreadyExistsException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in AlreadyExistsException()
DDataLossException.java34 public DataLossException(Throwable cause, StatusCode statusCode, boolean retryable) { in DataLossException()
39 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in DataLossException()
44 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in DataLossException()
DResourceExhaustedException.java37 public ResourceExhaustedException(Throwable cause, StatusCode statusCode, boolean retryable) { in ResourceExhaustedException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in ResourceExhaustedException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in ResourceExhaustedException()
DUnavailableException.java37 public UnavailableException(Throwable cause, StatusCode statusCode, boolean retryable) { in UnavailableException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in UnavailableException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in UnavailableException()
DUnauthenticatedException.java37 public UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable) { in UnauthenticatedException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in UnauthenticatedException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in UnauthenticatedException()
DInvalidArgumentException.java38 public InvalidArgumentException(Throwable cause, StatusCode statusCode, boolean retryable) { in InvalidArgumentException()
43 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in InvalidArgumentException()
48 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in InvalidArgumentException()
DUnimplementedException.java36 public UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable) { in UnimplementedException()
41 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in UnimplementedException()
46 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in UnimplementedException()
DInternalException.java37 public InternalException(Throwable cause, StatusCode statusCode, boolean retryable) { in InternalException()
42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in InternalException()
47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in InternalException()
DApiExceptionFactory.java40 Throwable cause, StatusCode statusCode, boolean retryable) { in createException()
45 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in createException()
85 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in createException()
/external/aws-sdk-java-v2/test/protocol-tests/src/test/java/software/amazon/awssdk/protocol/tests/clockskew/
DClockSkewAdjustmentTest.java125 …private void assertNoAdjust(Instant clientTime, Instant serviceTime, int statusCode, String errorC… in assertNoAdjust()
130 private void assertAdjusts(Instant serviceTime, int statusCode, String errorCode) { in assertAdjusts()
135 …private void assertNoAdjust(Instant clientTime, Instant serviceTime, int statusCode, String errorC… in assertNoAdjust()
146 …private void assertAdjusts(Instant serviceTime, int statusCode, String errorCode, Supplier<AllType… in assertAdjusts()
162 private void stubForResponse(Instant serviceTime, int statusCode, String errorCode) { in stubForResponse()
173 …private void stubForClockSkewFailureThenSuccess(Instant serviceTime, int statusCode, String errorC… in stubForClockSkewFailureThenSuccess()
/external/aws-sdk-java-v2/http-client-spi/src/main/java/software/amazon/awssdk/http/
DSdkHttpResponse.java57 int statusCode(); in statusCode() method
84 int statusCode(); in statusCode() method
90 Builder statusCode(int statusCode); in statusCode() argument
/external/volley/core/src/main/java/com/android/volley/
DNetworkResponse.java44 int statusCode, in NetworkResponse()
62 int statusCode, in NetworkResponse()
83 int statusCode, in NetworkResponse()
124 int statusCode, in NetworkResponse()
143 public final int statusCode; field in NetworkResponse
/external/sdk-platform-java/gax-java/gax-httpjson/src/main/java/com/google/api/gax/httpjson/
DHttpJsonApiExceptionFactory.java51 StatusCode statusCode = HttpJsonStatusCode.of(e.getStatusCode()); in create() local
57 StatusCode statusCode = HttpJsonStatusCode.of(e.getStatusCode()); in create() local
73 Throwable throwable, StatusCode statusCode, String message, boolean canRetry) { in createApiException()

12345678910