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.
|
addErrorMessage, addRethrownStackTrace, getMessage, getVersionHeader
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public LogOverwriteException(String message)
public OperationFailureException wrapSelf(String message)
wrapSelf
in class OperationFailureException
Copyright (c) 2002, 2015 Oracle and/or its affiliates. All rights reserved.