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

Constructor Index

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

Constructors

 o PrimaryAndSnooperDeadException
 public PrimaryAndSnooperDeadException()
Construct without a message

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index