Class CrashCountException

All Implemented Interfaces:
Serializable

public class CrashCountException extends TransactionException
Exception thrown when a transaction cannot be joined because the participant's current crash count is different from the crash count the manager received in a previous join by that participant.
Since:
1.0
Author:
Sun Microsystems, Inc.
See Also:
  • Constructor Details

    • CrashCountException

      public CrashCountException(String reason)
      Constructs an instance with a detail message.
      Parameters:
      reason - the detail message
    • CrashCountException

      public CrashCountException()
      Constructs an instance with no detail message.