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
  • Constructor Details

    • OptimisticLockExceptionHandler

      public OptimisticLockExceptionHandler(Messages messages, Notifications notifications)
  • Method Details

    • doHandle

      protected void doHandle(String className, String message, @Nullable Throwable throwable)
      Description copied from class: AbstractUiExceptionHandler
      Perform exception handling.
      Specified by:
      doHandle in class AbstractUiExceptionHandler
      Parameters:
      className - actual exception class name
      message - exception message
      throwable - exception instance. Can be null if the exception occurred on the server side and this exception class isn't accessible by the client.