Raising exception in call back

Is it possible to catch exceptions raised in callbacks like after_create in the controller?

Of course. Those callbacks are synchronous, so the controller will catch those exceptions.