com.adobe.idp.dsc.transaction
Class IllegalTransactionStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.adobe.idp.dsc.DSCRuntimeException
com.adobe.idp.dsc.transaction.TransactionException
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
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 |
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.