Searched defs:TransactionAbortError (Results 1 - 1 of 1) 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

Completed in 69 milliseconds