public class CorruptSecondariesException extends OperationFailureException
Environment.openDatabase if one or
more corrupt SecondaryDatabases are detected.| Constructor and Description |
|---|
CorruptSecondariesException(Map<String,SecondaryIntegrityException> exceptions)
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SecondaryIntegrityException> |
getSecondaryExceptions()
Returns a map containing one exception for each corrupt
SecondaryDatabase that was detected. |
OperationFailureException |
wrapSelf(String msg)
For internal use only.
|
isReplicaWriteaddErrorMessage, addRethrownStackTrace, getMessage, getVersionHeaderaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CorruptSecondariesException(Map<String,SecondaryIntegrityException> exceptions)
public OperationFailureException wrapSelf(String msg)
wrapSelf in class OperationFailureExceptionpublic Map<String,SecondaryIntegrityException> getSecondaryExceptions()
SecondaryDatabase that was detected. The map key is the name of
the SecondaryDatabase.Copyright © 2024. All rights reserved.