Sign in
apache
/
cloudstack
/
edeaf98117e6c02403dfe0cbae741e4eb7e75a0c
/
.
/
framework
/
db
/
src
/
com
/
cloud
/
utils
/
db
/
TransactionCallbackWithException.java
blob: 67d7826a17fe54eeef9d11237465f3820306afbd [
file
] [
log
] [
blame
]
package
com
.
cloud
.
utils
.
db
;
public
interface
TransactionCallbackWithException
<
T
,
E
extends
Throwable
>
{
public
T doInTransaction
(
TransactionStatus
status
)
throws
E
;
}