Packageorg.granite.tide.data
Classpublic class OptimisticLockExceptionHandler
ImplementsIExceptionHandler



Public Methods
 MethodDefined by
  
accepts(emsg:ErrorMessage):Boolean
OptimisticLockExceptionHandler
  
handle(context:BaseContext, emsg:ErrorMessage):void
OptimisticLockExceptionHandler
Public Constants
 ConstantDefined by
  OPTIMISTIC_LOCK : String = "Persistence.OptimisticLock"
[static]
OptimisticLockExceptionHandler
Method detail
accepts()method
public function accepts(emsg:ErrorMessage):BooleanParameters
emsg:ErrorMessage

Returns
Boolean
handle()method 
public function handle(context:BaseContext, emsg:ErrorMessage):voidParameters
context:BaseContext
 
emsg:ErrorMessage
Constant detail
OPTIMISTIC_LOCKconstant
public static const OPTIMISTIC_LOCK:String = "Persistence.OptimisticLock"