Uses of Class
GWTApplication.client.UnableToUpdateFaultException

Packages that use UnableToUpdateFaultException
GWTApplication.client   
GWTApplication.server   
 

Uses of UnableToUpdateFaultException in GWTApplication.client
 

Methods in GWTApplication.client that throw UnableToUpdateFaultException
 boolean FaultService.updateFault(Fault updatedFault, java.lang.String locale)
           
 

Uses of UnableToUpdateFaultException in GWTApplication.server
 

Methods in GWTApplication.server that throw UnableToUpdateFaultException
 boolean FaultServiceImpl.updateFault(Fault FaultUpdateDetails, java.lang.String locale)
          Used to update the details of fault which has been modified by the user.