|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.idp.dsc.DSCRuntimeException
com.adobe.idp.dsc.transaction.TransactionException
com.adobe.idp.dsc.transaction.MarkedForRollbackException
public class MarkedForRollbackException
A MarkedForRollbackException is thrown for one of three reasons:
| Constructor Summary | |
|---|---|
MarkedForRollbackException(int aTxTimeoutInSecs,
int aTxActualTimeInSecs)
Constructs a new exception. |
|
| Method Summary |
|---|
| Methods inherited from class com.adobe.idp.dsc.DSCRuntimeException |
|---|
getError, getMessage, getNestedThrowable, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MarkedForRollbackException(int aTxTimeoutInSecs,
int aTxActualTimeInSecs)
aTxTimeoutInSecs - An integer for the timeout in seconds.aTxActualTimeInSecs - An integer for the actual time in seconds.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||