Berkeley DB
version 4.4.10

com.sleepycat.db
Class ReplicationJoinFailureException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sleepycat.db.DatabaseException
              extended bycom.sleepycat.db.ReplicationJoinFailureException
All Implemented Interfaces:
Serializable

public class ReplicationJoinFailureException
extends DatabaseException

See Also:
Serialized Form

Constructor Summary
protected ReplicationJoinFailureException(String s, int errno, com.sleepycat.db.internal.DbEnv dbenv)
           
 
Methods inherited from class com.sleepycat.db.DatabaseException
getEnvironment
 
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

ReplicationJoinFailureException

protected ReplicationJoinFailureException(String s,
                                          int errno,
                                          com.sleepycat.db.internal.DbEnv dbenv)

Berkeley DB
version 4.4.10

Copyright (c) 1996-2005 Sleepycat Software, Inc. - All rights reserved.