com.adobe.idp.dsc.transaction
Class MarkedForRollbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.adobe.idp.dsc.DSCRuntimeException
                  extended by com.adobe.idp.dsc.transaction.TransactionException
                      extended by com.adobe.idp.dsc.transaction.MarkedForRollbackException
All Implemented Interfaces:
java.io.Serializable

public class MarkedForRollbackException
extends com.adobe.idp.dsc.transaction.TransactionException
implements java.io.Serializable

A MarkedForRollbackException is thrown for one of three reasons:

See Also:
Serialized Form

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

MarkedForRollbackException

public MarkedForRollbackException(int aTxTimeoutInSecs,
                                  int aTxActualTimeInSecs)
Constructs a new exception.

Parameters:
aTxTimeoutInSecs - An integer for the timeout in seconds.
aTxActualTimeInSecs - An integer for the actual time in seconds.


[an error occurred while processing this directive] [an error occurred while processing this directive]