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
-
PassiveReplicationException()
- Construct without a message
-
PassiveReplicationException(String)
- Construct with a message
PassiveReplicationException
public PassiveReplicationException()
- Construct without a message
PassiveReplicationException
public PassiveReplicationException(String s)
- Construct with a message
All Packages Class Hierarchy This Package Previous Next Index