All Packages Class Hierarchy This Package Previous Next Index
Class replica.exception.ReplicaException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----replica.exception.ReplicaException
- public class ReplicaException
- extends RuntimeException
Subclasses of this exception are thrown by the replication strategies.
- Version:
- 1.0
- Author:
- Markus Jäger
-
ReplicaException()
- Construct without a message
-
ReplicaException(String)
- Construct with a message
ReplicaException
public ReplicaException()
- Construct without a message
ReplicaException
public ReplicaException(String s)
- Construct with a message
All Packages Class Hierarchy This Package Previous Next Index