com.sleepycat.je.rep.util.ldiff
Class LDiff.MismatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.


Constructor Summary
LDiff.MismatchException(String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LDiff.MismatchException

public LDiff.MismatchException(String message)


Copyright (c) 2004-2012 Oracle. All rights reserved.