org.objectweb.carol.cmi.ha
Class ReplicationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.carol.cmi.ha.ReplicationException
All Implemented Interfaces:
java.io.Serializable

public class ReplicationException
extends java.lang.Exception

Thrown when a replication error is detected

Author:
Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es), Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es)
See Also:
Serialized Form

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

ReplicationException

public ReplicationException(java.lang.String message)

ReplicationException

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

ReplicationException

public ReplicationException(java.lang.Throwable cause)