Home
last modified time | relevance | path

Searched defs:initCause (Results 1 – 25 of 777) sorted by relevance

12345678910>>...32

/aosp_15_r20/packages/modules/IPsec/src/java/android/net/ipsec/ike/exceptions/
DIkeIOException.java64 public synchronized Throwable initCause(Throwable cause) { in initCause() method in IkeIOException
/aosp_15_r20/external/apache-http/src/org/apache/http/util/
H A DExceptionUtils.java77 public static void initCause(Throwable throwable, Throwable cause) { in initCause() method in ExceptionUtils
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/exc/
H A DClassConstraintException.java49 public ClassConstraintException(final String message, final Throwable initCause) { in ClassConstraintException()
H A DVerificationException.java51 VerificationException(final String message, final Throwable initCause) { in VerificationException()
H A DVerifierConstraintViolatedException.java54 VerifierConstraintViolatedException(final String message, final Throwable initCause) { in VerifierConstraintViolatedException()
H A DAssertionViolatedException.java47 public AssertionViolatedException(String message, final Throwable initCause) { in AssertionViolatedException()
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
H A DClassGenException.java39 public ClassGenException(final String s, final Throwable initCause) { in ClassGenException()
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/internal/
H A DStackTraceRecovery.common.kt20 internal expect fun Throwable.initCause(cause: Throwable) in recoverStackTrace() method
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DIllegalIcuArgumentException.java31 public synchronized IllegalIcuArgumentException initCause(Throwable cause) { in initCause() method in IllegalIcuArgumentException
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jsAndWasmShared/src/internal/
H A DStackTraceRecovery.kt21 internal actual fun Throwable.initCause(cause: Throwable) { in initCause() method
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DIllegalIcuArgumentException.java34 public synchronized IllegalIcuArgumentException initCause(Throwable cause) { in initCause() method in IllegalIcuArgumentException
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/native/src/internal/
H A DStackTraceRecovery.kt21 internal actual fun Throwable.initCause(cause: Throwable) { in initCause() method
/aosp_15_r20/frameworks/base/core/java/android/os/strictmode/
H A DViolation.java45 public synchronized Throwable initCause(Throwable cause) { in initCause() method in Violation
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/runtime/
H A DHardToCatchError.java39 public synchronized Throwable initCause(Throwable cause) { in initCause() method in HardToCatchError
/aosp_15_r20/external/javassist/src/main/javassist/
H A DCannotCompileException.java43 public synchronized Throwable initCause(Throwable cause) { in initCause() method in CannotCompileException
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/lang/
H A DThrowable.annotated.java52 @libcore.util.NonNull public synchronized java.lang.Throwable initCause(@libcore.util.Nullable java… in initCause() method in Throwable
/aosp_15_r20/libcore/luni/src/main/java/javax/xml/transform/
H A DTransformerException.java103 public synchronized Throwable initCause(Throwable cause) { in initCause() method in TransformerException
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMException.java114 public synchronized Throwable initCause(Throwable cause) { in initCause() method in DTMException
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/lang/
H A DThrowable.java70 public synchronized java.lang.Throwable initCause(java.lang.Throwable cause) { in initCause() method in Throwable
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/
DThrowable.java475 public synchronized Throwable initCause(Throwable cause) { in initCause() method in Throwable
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/4/libcore/ojluni/src/main/java/java/lang/
DThrowable.java475 public synchronized Throwable initCause(Throwable cause) { in initCause() method in Throwable
/aosp_15_r20/libcore/ojluni/src/main/java/java/lang/
H A DThrowable.java475 public synchronized Throwable initCause(Throwable cause) { in initCause() method in Throwable
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
H A DStackTraceRecovery.kt208 internal actual fun Throwable.initCause(cause: Throwable) { in initCause() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
H A DStackTraceRecoveryTest.kt147 override fun initCause(cause: Throwable?): Throwable { in <lambda>() method in kotlinx.coroutines.exceptions.StackTraceRecoveryTest.TrickyException
/aosp_15_r20/external/fbjni/cxx/fbjni/detail/
H A DExceptions.cpp183 local_ref<JThrowable> JThrowable::initCause(alias_ref<JThrowable> cause) { in initCause() function in facebook::jni::JThrowable

12345678910>>...32