com.sleepycat.je.rep.impl.networkRestore
Class NetworkBackup.DigestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.je.rep.impl.networkRestore.NetworkBackup.DigestException
All Implemented Interfaces:
Serializable
Enclosing class:
NetworkBackup

protected static class NetworkBackup.DigestException
extends Exception

Exception indicating that the digest sent by the server did not match the digest computed by the client, that is, the log file was corrupted during transit.

See Also:
Serialized Form

Constructor Summary
protected NetworkBackup.DigestException()
           
 
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

NetworkBackup.DigestException

protected NetworkBackup.DigestException()


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