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.
getMessage
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright (c) 2004, 2013 Oracle and/or its affiliates. All rights reserved.