18192021222324
{ public String sayHi(String name) throws CxfEnabledFaultMessage { CustomFault fault = new CustomFault(); fault.setDescription("Custom Exception Message"); throw new CxfEnabledFaultMessage("Cxf Exception Message", fault); }