All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class replica.exception.PassiveReplicationException

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

public class PassiveReplicationException
extends ReplicaException
Subclasses of this exception are thrown by the passive replication strategy.

Version:
1.0
Author:
Markus Jäger

Constructor Index

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

Constructors

 o PassiveReplicationException
 public PassiveReplicationException()
Construct without a message

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index