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

Constructor Index

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

Constructors

 o ReplicaException
 public ReplicaException()
Construct without a message

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index