org.apache.directory.mitosis.common
Class ReplicationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.directory.mitosis.common.ReplicationException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReplicationConfigurationException, ReplicationServiceException

public class ReplicationException
extends java.lang.RuntimeException

A RuntimeException which if thrown when a problem occurred during the replication process.

Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
ReplicationException()
          Creates a new instance.
ReplicationException(java.lang.String message)
          Creates a new instance with the specified message.
ReplicationException(java.lang.String message, java.lang.Throwable cause)
          Creates a new instance with the specified message and cause.
ReplicationException(java.lang.Throwable cause)
          Creates a new instance with the specified 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

ReplicationException

public ReplicationException()
Creates a new instance.


ReplicationException

public ReplicationException(java.lang.String message,
                            java.lang.Throwable cause)
Creates a new instance with the specified message and cause.


ReplicationException

public ReplicationException(java.lang.String message)
Creates a new instance with the specified message.


ReplicationException

public ReplicationException(java.lang.Throwable cause)
Creates a new instance with the specified cause.



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