com.adobe.idp.dsc.transaction
Class IllegalTransactionStateException

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.IllegalTransactionStateException
All Implemented Interfaces:
java.io.Serializable

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

This exception is thrown when the existence or non-existence of a transaction amounts to an illegal state, according to the transaction propagation behavior that applies.

See Also:
Serialized Form

Constructor Summary
IllegalTransactionStateException(com.adobe.idp.dsc.DSCError aError)
          Constructor for IllegalTransactionStateException.
IllegalTransactionStateException(java.lang.String msg)
          Constructor for IllegalTransactionStateException.
IllegalTransactionStateException(java.lang.Throwable ex, java.lang.String msg)
          Constructor for IllegalTransactionStateException.
 
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

IllegalTransactionStateException

public IllegalTransactionStateException(com.adobe.idp.dsc.DSCError aError)
Constructor for IllegalTransactionStateException.

Parameters:
aError - The DSC error.

IllegalTransactionStateException

public IllegalTransactionStateException(java.lang.String msg)
Constructor for IllegalTransactionStateException.

Parameters:
msg - The message to display.

IllegalTransactionStateException

public IllegalTransactionStateException(java.lang.Throwable ex,
                                        java.lang.String msg)
Constructor for IllegalTransactionStateException.

Parameters:
ex - The root cause of the exception from the transaction API in use.
msg - The message to display.


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