Searched refs:TransactionAbortError (Results 1 - 2 of 2) sorted by relevance

/libcore/libart/src/main/java/dalvik/system/
H A DTransactionAbortError.java24 final class TransactionAbortError extends InternalError { class in inherits:InternalError
26 * Constructs a new {@code TransactionAbortError} with its stack trace filled in.
28 private TransactionAbortError() { method in class:TransactionAbortError
32 * Constructs a new {@code TransactionAbortError} with its stack trace and detail
37 private TransactionAbortError(String detailMessage) { method in class:TransactionAbortError
42 * Constructs a new {@code TransactionAbortError} with detail message and cause
48 private TransactionAbortError(String message, Throwable cause) { method in class:TransactionAbortError
54 * Constructs a new {@code TransactionAbortError} with its detail cause filled in.
58 private TransactionAbortError(Throwable cause) { method in class:TransactionAbortError
/libcore/
H A Dnon_openjdk_java_files.mk57 libart/src/main/java/dalvik/system/TransactionAbortError.java \

Completed in 74 milliseconds