org.apache.directory.mitosis.store
Class ReplicationStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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.