All Packages Class Hierarchy This Package Previous Next Index
Class replica.exception.PrimaryAndSnooperDeadException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----replica.exception.ReplicaException
|
+----replica.exception.PassiveReplicationException
|
+----replica.exception.PrimaryAndSnooperDeadException
- public class PrimaryAndSnooperDeadException
- extends PassiveReplicationException
This exception is thrown if primary and snooper are not reachable.
- Version:
- 1.0
- Author:
- Markus Jäger
-
PrimaryAndSnooperDeadException()
- Construct without a message
-
PrimaryAndSnooperDeadException(String)
- Construct with a message
PrimaryAndSnooperDeadException
public PrimaryAndSnooperDeadException()
- Construct without a message
PrimaryAndSnooperDeadException
public PrimaryAndSnooperDeadException(String s)
- Construct with a message
All Packages Class Hierarchy This Package Previous Next Index