org.apache.directory.mitosis.store
Class ReplicationStoreException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.directory.mitosis.store.ReplicationStoreException
All Implemented Interfaces:
java.io.Serializable

public class ReplicationStoreException
extends java.lang.RuntimeException

A RuntimeException which is thrown when ReplicationStore has a problem in accessing its underlying data source (e.g. a file).

Version:
$Rev$, $Date$
Author:
The Apache Directory Project (dev@directory.apache.org)
See Also:
Serialized Form

Constructor Summary
ReplicationStoreException()
           
ReplicationStoreException(java.lang.String message)
           
ReplicationStoreException(java.lang.String message, java.lang.Throwable cause)
           
ReplicationStoreException(java.lang.Throwable cause)
           
 
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

ReplicationStoreException

public ReplicationStoreException()

ReplicationStoreException

public ReplicationStoreException(java.lang.String message)

ReplicationStoreException

public ReplicationStoreException(java.lang.String message,
                                 java.lang.Throwable cause)

ReplicationStoreException

public ReplicationStoreException(java.lang.Throwable cause)


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.