Package io.jmix.flowuidata.exception
Class OptimisticLockExceptionHandler
java.lang.Object
io.jmix.flowui.exception.AbstractUiExceptionHandler
io.jmix.flowuidata.exception.OptimisticLockExceptionHandler
- All Implemented Interfaces:
UiExceptionHandler
@Component("flowui_OptimisticLockExceptionHandler")
@Order(150)
public class OptimisticLockExceptionHandler
extends AbstractUiExceptionHandler
-
Field Summary
Fields inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandler
classNames
-
Constructor Summary
ConstructorDescriptionOptimisticLockExceptionHandler
(Messages messages, Notifications notifications) -
Method Summary
Methods inherited from class io.jmix.flowui.exception.AbstractUiExceptionHandler
canHandle, handle
-
Constructor Details
-
OptimisticLockExceptionHandler
-
-
Method Details
-
doHandle
Description copied from class:AbstractUiExceptionHandler
Perform exception handling.- Specified by:
doHandle
in classAbstractUiExceptionHandler
- Parameters:
className
- actual exception class namemessage
- exception messagethrowable
- exception instance. Can be null if the exception occurred on the server side and this exception class isn't accessible by the client.
-