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