Package io.jmix.securityui.impl.handler
Class AccessDeniedExceptionHandler
java.lang.Object
io.jmix.ui.exception.AbstractUiExceptionHandler
io.jmix.securityui.impl.handler.AccessDeniedExceptionHandler
- All Implemented Interfaces:
UiExceptionHandler
@Component("sec_AccessDeniedExceptionHandler")
public class AccessDeniedExceptionHandler
extends AbstractUiExceptionHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.jmix.ui.exception.UiExceptionHandler
UiExceptionHandler.UiContext -
Field Summary
Fields inherited from class io.jmix.ui.exception.AbstractUiExceptionHandler
classNames -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoHandle(String className, String message, Throwable throwable, UiExceptionHandler.UiContext context) Perform exception handling.Methods inherited from class io.jmix.ui.exception.AbstractUiExceptionHandler
canHandle, handle
-
Constructor Details
-
AccessDeniedExceptionHandler
-
-
Method Details
-
doHandle
protected void doHandle(String className, String message, @Nullable Throwable throwable, UiExceptionHandler.UiContext context) Description copied from class:AbstractUiExceptionHandlerPerform exception handling.- Specified by:
doHandlein 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.context- UI context
-