Thursday, January 19, 2012

ADF 11G : Display the Exception on the page at Runtime

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!);

}