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
Post a Comment