|
|||||||||
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.CannotAbortException
Exception thrown when a transaction cannot abort because it has already already decided to commit.
Constructor Summary | |
CannotAbortException()
Constructs an instance with no detail message. |
|
CannotAbortException(java.lang.String desc)
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 CannotAbortException(java.lang.String desc)
desc
- the detail messagepublic CannotAbortException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |