All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class replica.exception.PrimaryNotReachableException

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

public class PrimaryNotReachableException
extends ActiveReplicationException
This exception is thrown if the primary is not reachable.

Version:
1.0
Author:
Markus Jäger

Constructor Index

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

Constructors

 o PrimaryNotReachableException
 public PrimaryNotReachableException()
Construct without a message

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index