Display the Exception on the page at runtime(as message)------------------------------------
Put the bellow code into xxAMImpl.java-- Expose below message as Client Interface
public void processData(){
throw new JboException("Data Processing Failed!);
}