Home
last modified time | relevance | path

Searched defs:createException (Results 1 – 4 of 4) sorted by relevance

/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/
DApiExceptionFactory.java39 public static ApiException createException( in createException() method in ApiExceptionFactory
44 public static ApiException createException( in createException() method in ApiExceptionFactory
84 public static ApiException createException( in createException() method in ApiExceptionFactory
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/test/
DNotVisibleExceptionFactory.java33 public static Exception createException(final Throwable cause) { in createException() method in NotVisibleExceptionFactory
/external/aws-sdk-java-v2/core/aws-core/src/test/java/software/amazon/awssdk/awscore/exception/
DAwsServiceExceptionSerializationTest.java59 private AwsServiceException createException() { in createException() method in AwsServiceExceptionSerializationTest
/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/
DApiExceptionFactoryTest.java166 private ApiException createException(StatusCode.Code statusCode) { in createException() method in ApiExceptionFactoryTest