|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--net.jini.core.transaction.TransactionException | +--net.jini.core.transaction.server.CrashCountException
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.
TransactionManager.join(long, net.jini.core.transaction.server.TransactionParticipant, long)
,
ServerTransaction.join(net.jini.core.transaction.server.TransactionParticipant, long)
, Serialized FormConstructor 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 |
public CrashCountException(java.lang.String reason)
reason
- the detail messagepublic CrashCountException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |