spring Transaction exception handling -


basically spring transaction management .we can annotate service layer class @transactional.

also have annotated dao layer class @repository make checked exception unchecked exception.

now when runtimeexception encoutered service layer class rollback.

my question how go exception handling. have put error message ui .so need capture exception .

how go it.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -