/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
D | HttpResponseException.java | 15 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/ |
D | SdkServiceException.java | 45 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/ |
D | ResourcesEndpointRetryParameters.java | 26 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/ |
D | ApiException.java | 41 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()
|
D | OutOfRangeException.java | 37 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()
|
D | PermissionDeniedException.java | 34 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()
|
D | AbortedException.java | 37 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()
|
D | CancelledException.java | 34 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()
|
D | UnknownException.java | 39 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()
|
D | FailedPreconditionException.java | 38 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()
|
D | DeadlineExceededException.java | 39 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()
|
D | NotFoundException.java | 34 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()
|
D | AlreadyExistsException.java | 37 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()
|
D | DataLossException.java | 34 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()
|
D | ResourceExhaustedException.java | 37 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()
|
D | UnavailableException.java | 37 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()
|
D | UnauthenticatedException.java | 37 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()
|
D | InvalidArgumentException.java | 38 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()
|
D | UnimplementedException.java | 36 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()
|
D | InternalException.java | 37 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()
|
D | ApiExceptionFactory.java | 40 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/ |
D | ClockSkewAdjustmentTest.java | 125 …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/ |
D | SdkHttpResponse.java | 57 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/ |
D | NetworkResponse.java | 44 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/ |
D | HttpJsonApiExceptionFactory.java | 51 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()
|