org.apache.directory.mitosis.service
Class ReplicationServiceException

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
                  extended by org.apache.directory.mitosis.service.ReplicationServiceException
All Implemented Interfaces:
java.io.Serializable

public class ReplicationServiceException
extends ReplicationException

See Also:
Serialized Form

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

ReplicationServiceException

public ReplicationServiceException()

ReplicationServiceException

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

ReplicationServiceException

public ReplicationServiceException(java.lang.String message)

ReplicationServiceException

public ReplicationServiceException(java.lang.Throwable cause)


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