com.sleepycat.je.rep.util.ldiff
Class LDiff.MismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sleepycat.je.rep.util.ldiff.LDiff.MismatchException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- LDiff
class LDiff.MismatchException
- extends Exception
The exception that is thrown when a database diff detects differences.
TODO: we start simple, by just using it as a boolean indicator and
perhaps a block id for unit test purposes? As as the local processing
gains in sophistication will provide block and key (insert, update,
delete) granularity identification of differences.
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LDiff.MismatchException
public LDiff.MismatchException(String message)
Copyright (c) 2004-2012 Oracle. All rights reserved.