Uses of Class
GWTApplication.client.UnableToCreateFaultException

Packages that use UnableToCreateFaultException
GWTApplication.client   
GWTApplication.server   
 

Uses of UnableToCreateFaultException in GWTApplication.client
 

Methods in GWTApplication.client that throw UnableToCreateFaultException
 java.lang.Integer FaultService.createFault(Fault newFault)
           
 

Uses of UnableToCreateFaultException in GWTApplication.server
 

Methods in GWTApplication.server that throw UnableToCreateFaultException
 java.lang.Integer FaultServiceImpl.createFault(Fault newFault)
          This method will be called to create a new fault in the fault database from the data which should have been passed into the method by AJAX client which should be running on the clients web browser.