Home
last modified time | relevance | path

Searched defs:exceptionMessage (Results 1 – 25 of 507) sorted by relevance

12345678910>>...21

/aosp_15_r20/external/google-cloud-java/java-resourcemanager/google-cloud-resourcemanager/src/test/java/com/google/cloud/resourcemanager/
H A DResourceManagerImplTest.java451 String exceptionMessage = "Internal Error"; in testRetryableException() local
472 String exceptionMessage = "Project " + PARTIAL_PROJECT.getProjectId() + " not found."; in testNonRetryableException() local
493 String exceptionMessage = "Artificial runtime exception"; in testRuntimeException() local
532 String exceptionMessage = "Not Found"; in testTestOrgPermissionsWithResourceManagerException() local
577 String exceptionMessage = "Should fail because the organization policy doesn't exist."; in testClearOrgPolicyWithResourceManagerException() local
620 String exceptionMessage = "Not Found"; in testGetEffectiveOrgPolicyWithResourceManagerException() local
662 String exceptionMessage = "Not Found"; in testGetOrgPolicyWithResourceManagerException() local
709 String exceptionMessage = "Not Found"; in listAvailableOrgPolicyConstraintsWithResourceManagerException() local
756 String exceptionMessage = "Not Found"; in testListOrgPoliciesWithResourceManagerException() local
798 String exceptionMessage = "Not Found"; in testSetOrgPolicyWithResourceManagerException() local
/aosp_15_r20/external/aws-sdk-java-v2/services/s3control/src/test/java/software/amazon/awssdk/services/s3control/
H A DBuilderClientContextParamsTest.java138 private final String exceptionMessage; field in BuilderClientContextParamsTest.TestCase
162 public String exceptionMessage() { in exceptionMessage() method in BuilderClientContextParamsTest.TestCase
179 private String exceptionMessage; field in BuilderClientContextParamsTest.TestCase.Builder
198 public Builder exceptionMessage(String exceptionMessage) { in exceptionMessage() method in BuilderClientContextParamsTest.TestCase.Builder
/aosp_15_r20/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/
H A DBuilderClientContextParamsTest.java250 private final String exceptionMessage; field in BuilderClientContextParamsTest.TestCase
274 public String exceptionMessage() { in exceptionMessage() method in BuilderClientContextParamsTest.TestCase
291 private String exceptionMessage; field in BuilderClientContextParamsTest.TestCase.Builder
310 public Builder exceptionMessage(String exceptionMessage) { in exceptionMessage() argument
/aosp_15_r20/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/di/
DFakeComponents.kt140 private var exceptionMessage = "" variable in com.android.healthconnect.controller.tests.utils.di.FakeLoadDataAggregationsUseCase
227 private var exceptionMessage = "" variable
257 private var exceptionMessage = "" variable
307 private var exceptionMessage = "" variable
426 private var exceptionMessage = "" variable
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/exception/
H A DParseErrorException.java78 public ParseErrorException(String exceptionMessage) in ParseErrorException()
176 public ParseErrorException(String exceptionMessage, Info info) in ParseErrorException()
191 public ParseErrorException(String exceptionMessage, Info info, String[] stacktrace) in ParseErrorException()
207 public ParseErrorException(String exceptionMessage, Info info, String invalidSyntax) in ParseErrorException()
H A DResourceNotFoundException.java45 public ResourceNotFoundException(final String exceptionMessage) in ResourceNotFoundException()
56 public ResourceNotFoundException(final String exceptionMessage, final Throwable t) in ResourceNotFoundException()
68 …public ResourceNotFoundException(final String exceptionMessage, final Throwable t, final String[] … in ResourceNotFoundException()
H A DMacroOverflowException.java38 public MacroOverflowException(final String exceptionMessage) in MacroOverflowException()
47 public MacroOverflowException(final String exceptionMessage, final Throwable wrapped) in MacroOverflowException()
58 …public MacroOverflowException(final String exceptionMessage, final Throwable wrapped, final String… in MacroOverflowException()
H A DVelocityException.java51 public VelocityException(final String exceptionMessage) in VelocityException()
61 public VelocityException(final String exceptionMessage, final Throwable wrapped) in VelocityException()
72 …public VelocityException(final String exceptionMessage, final Throwable wrapped, final String[] vt… in VelocityException()
H A DMathException.java36 public MathException(final String exceptionMessage) in MathException()
46 public MathException(final String exceptionMessage, final String[] stacktrace) in MathException()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DModuleDefinitionTest.java656 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation() local
701 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation_runtime() local
741 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation_error() local
787 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation_moduleListener() local
839 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation_unresponsive() local
892 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation_PassAfterModuleRetry() local
946 final String exceptionMessage = "ouch I failed"; in testRun_failPreparation_FailAfterModuleRetry() local
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
H A DTunerSessionHidlTest.java596 String exceptionMessage = "HAL service died."; in cancel_whenHalThrowsRemoteException_fails() local
633 String exceptionMessage = "HAL service died."; in getImage_whenHalThrowsException_fails() local
851 String exceptionMessage = "HAL service died."; in setParameters_whenHalThrowsRemoteException_fails() local
877 String exceptionMessage = "HAL service died."; in getParameters_whenServiceThrowsRemoteException_fails() local
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/
H A DVolleyError.java33 public VolleyError(String exceptionMessage) { in VolleyError()
38 public VolleyError(String exceptionMessage, Throwable reason) { in VolleyError()
/aosp_15_r20/external/aws-sdk-java-v2/test/region-testing/src/test/java/software/amazon/awssdk/regiontesting/
H A DEndpointVariantsTest.java143 private final String exceptionMessage; field in EndpointVariantsTest.FailureCase
145 … public FailureCase(String service, String region, String exceptionMessage, EndpointTag... tags) { in FailureCase()
/aosp_15_r20/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/aidl/
H A DTunerSessionTest.java636 String exceptionMessage = "HAL service died."; in cancel_whenHalThrowsRemoteException_fails() local
673 String exceptionMessage = "HAL service died."; in getImage_whenHalThrowsException_fails() local
1149 String exceptionMessage = "HAL service died."; in setParameters_whenHalThrowsRemoteException_fails() local
1175 String exceptionMessage = "HAL service died."; in getParameters_whenServiceThrowsRemoteException_fails() local
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/token/credentials/
H A DSdkTokenProviderChainTest.java157 private final String exceptionMessage; field in SdkTokenProviderChainTest.MockTokenProvider
164 private MockTokenProvider(String exceptionMessage) { in MockTokenProvider()
/aosp_15_r20/external/aws-sdk-java-v2/core/auth/src/test/java/software/amazon/awssdk/auth/credentials/
H A DAwsCredentialsProviderChainTest.java177 private final String exceptionMessage; field in AwsCredentialsProviderChainTest.MockCredentialsProvider
184 private MockCredentialsProvider(String exceptionMessage) { in MockCredentialsProvider()
/aosp_15_r20/external/aws-sdk-java-v2/test/codegen-generated-classes-test/src/test/java/software/amazon/awssdk/services/
H A DDualstackEndpointTest.java149 private final String exceptionMessage; field in DualstackEndpointTest.FailureCase
155 String exceptionMessage, in FailureCase()
H A DFipsEndpointTest.java149 private final String exceptionMessage; field in FipsEndpointTest.FailureCase
155 String exceptionMessage, in FailureCase()
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/logcat/
H A DLogcat.java143 String exceptionMessage = exceptionTitlePaths[1]; in findSystemServerExceptions() local
179 String exceptionClass, String exceptionMessage, List<String> traceLines, in extractStackTraceFromStrings()
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/access/
DLoadAccessUseCase.kt136 …private fun exceptionMessage(healthPermissionType: HealthPermissionType) : String = "healthPermiss… in <lambda>() method in com.android.healthconnect.controller.data.access.LoadAccessUseCase
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/
DPermissionUtilsTest.kt139 val exceptionMessage = "test exception message" in testEnforceSystemFeature() constant
/aosp_15_r20/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/
DAbstractSdkLevelSupportedRuleTestCase.java789 StringSubject exceptionMessage = in testSkippedWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT() local
807 StringSubject exceptionMessage = in testThrewWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithLessThanT() local
916 StringSubject exceptionMessage = in testSkippedWhenRuleIsAtLeastXDeviceIsYAndTestAnnotatedWithZ() local
/aosp_15_r20/external/google-cloud-java/java-translate/google-cloud-translate/src/test/java/com/google/cloud/translate/
H A DTranslateImplTest.java402 String exceptionMessage = "Not Implemented"; in testNonRetryableException() local
423 String exceptionMessage = "Artificial runtime exception"; in testRuntimeException() local
/aosp_15_r20/frameworks/base/packages/Vcn/service-b/src/com/android/server/vcn/
H A DVcn.java689 @Nullable String exceptionMessage); in onGatewayConnectionError()
717 @Nullable String exceptionMessage) { in onGatewayConnectionError()
/aosp_15_r20/libcore/ojluni/src/main/java/jdk/internal/event/
H A DVirtualThreadSubmitFailedEvent.java32 public String exceptionMessage; field in VirtualThreadSubmitFailedEvent

12345678910>>...21