public class LogOverwriteException extends OperationFailureException
This exception is thrown by DbBackup. Backups and similar operations that copy
log files should discard any copied files when this exception occurs, and
may retry the operation at a later time. The time interval during which
backups are not possible will be fairly short (less than a minute).
Note that this exception is never thrown in a standalone (non-replicated) environment.
The Transaction handle is not
invalidated as a result of this exception.
| Constructor and Description |
|---|
LogOverwriteException(String message)
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
OperationFailureException |
wrapSelf(String message)
For internal use only.
|
isReplicaWriteaddErrorMessage, addRethrownStackTrace, getMessage, getVersionHeaderaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LogOverwriteException(String message)
public OperationFailureException wrapSelf(String message)
wrapSelf in class OperationFailureExceptionCopyright © 2024. All rights reserved.