|
|||||||||
| 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.TimeoutExpiredException
Exception thrown when a transaction timeout has expired.
| Field Summary | |
boolean |
committed
True if the transaction committed before the timeout. |
| Constructor Summary | |
TimeoutExpiredException(boolean committed)
Constructs an instance with no detail message. |
|
TimeoutExpiredException(java.lang.String desc,
boolean committed)
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 |
| Field Detail |
public boolean committed
| Constructor Detail |
public TimeoutExpiredException(boolean committed)
committed - whether the transaction committed before the timeout.
public TimeoutExpiredException(java.lang.String desc,
boolean committed)
desc - the detail messagecommitted - whether the transaction committed before the timeout.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||