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