org.opends.server.replication.server
Class ReplicationDBException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opends.server.types.OpenDsException
              extended by org.opends.server.types.IdentifiedException
                  extended by org.opends.server.replication.server.ReplicationDBException
All Implemented Interfaces:
java.io.Serializable

public class ReplicationDBException
extends IdentifiedException

This class define an Exception that must be used when some error condition was detected in the replicationServer database that cannot be recovered automatically.

See Also:
Serialized Form

Constructor Summary
ReplicationDBException(Message message)
          Creates a new ReplicationServer db exception with the provided message.
 
Method Summary
 
Methods inherited from class org.opends.server.types.OpenDsException
getMessageObject
 
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

ReplicationDBException

public ReplicationDBException(Message message)
Creates a new ReplicationServer db exception with the provided message. This Exception must be used when the full replicationServer service is compromised by the exception

Parameters:
message - The message to use for this exception.