net.jini.core.transaction.server
Class CrashCountException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.jini.core.transaction.TransactionException
                    |
                    +--net.jini.core.transaction.server.CrashCountException

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.

See Also:
TransactionManager.join(long, net.jini.core.transaction.server.TransactionParticipant, long), ServerTransaction.join(net.jini.core.transaction.server.TransactionParticipant, long), Serialized Form

Constructor Summary
CrashCountException()
          Constructs an instance with no detail message.
CrashCountException(java.lang.String reason)
          Constructs an instance with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CrashCountException

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

CrashCountException

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


Copyright © 1999 Sun Microsystems, Inc. All rights reserved