public class IndoubtException extends RuntimeException
IndoubtException is thrown by Session when it
detects the data is consistency broken (The situation that there are
committed operations and uncommitted operations in one transaction). If you
get this exception, you have to recover your data consistency immediately
from the transaction log dump.| Constructor and Description |
|---|
IndoubtException(Exception exception,
String id,
List<Log> logs)
Constructs a new
IndoubtException instance with the specified
cause, transaction id and logs. |
| Modifier and Type | Method and Description |
|---|---|
List<Log> |
logs() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IndoubtException(Exception exception, String id, List<Log> logs)
IndoubtException instance with the specified
cause, transaction id and logs.exception - The cause exception.id - The current datastore transaction id.logs - The logs operated in the current datastore transaction.Copyright © 2009-2014 Eiichiro Uchiumi. All Rights Reserved.