All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class replica.exception.ActiveReplicationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----replica.exception.ReplicaException
                                   |
                                   +----replica.exception.ActiveReplicationException

public class ActiveReplicationException
extends ReplicaException
Subclasses of this exception are thrown by the active replication strategy.

Version:
1.0
Author:
Markus Jäger

Constructor Index

 o ActiveReplicationException()
Construct without a message
 o ActiveReplicationException(String)
Construct with a message

Constructors

 o ActiveReplicationException
 public ActiveReplicationException()
Construct without a message

 o ActiveReplicationException
 public ActiveReplicationException(String s)
Construct with a message


All Packages  Class Hierarchy  This Package  Previous  Next  Index