Liking cljdoc? Tell your friends :D

javax.transaction.TransactionRolledbackException

This exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back. Thus the requested operation either could not be performed or was not performed because further computation on behalf of the transaction would be fruitless

This exception indicates that the transaction associated with processing
of the request has been rolled back, or marked to roll back. Thus the
requested operation either could not be performed or was not performed
because further computation on behalf of the transaction would be
fruitless
raw docstring

->transaction-rolledback-exceptionclj

(->transaction-rolledback-exception)
(->transaction-rolledback-exception msg)

Constructor.

msg - java.lang.String

Constructor.

msg - `java.lang.String`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close