类 DefaultFinalExceptionHandler
java.lang.Object
top.lingkang.finalsecurity.solonplugin.config.DefaultFinalExceptionHandler
- 所有已实现的接口:
FinalExceptionHandler
- 从以下版本开始:
- 3.0.0
- 作者:
- lingkang Created by 2022/10/28
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void需要注意, request、response 在 solon 下均为 org.noear.solon.core.handle.ContextvoidnotLoginException(Throwable e, Object request, Object response) 需要注意, request、response 在 solon 下均为 org.noear.solon.core.handle.ContextvoidpermissionException(Throwable e, Object request, Object response) 需要注意, request、response 在 solon 下均为 org.noear.solon.core.handle.Context
-
构造器详细资料
-
DefaultFinalExceptionHandler
public DefaultFinalExceptionHandler()
-
-
方法详细资料
-
permissionException
需要注意, request、response 在 solon 下均为 org.noear.solon.core.handle.Context- 指定者:
permissionException在接口中FinalExceptionHandler- 参数:
e-request- org.noear.solon.core.handle.Contextresponse- org.noear.solon.core.handle.Context
-
notLoginException
需要注意, request、response 在 solon 下均为 org.noear.solon.core.handle.Context- 指定者:
notLoginException在接口中FinalExceptionHandler- 参数:
e-request- org.noear.solon.core.handle.Contextresponse- org.noear.solon.core.handle.Context
-
exception
需要注意, request、response 在 solon 下均为 org.noear.solon.core.handle.Context- 指定者:
exception在接口中FinalExceptionHandler- 参数:
e-request- org.noear.solon.core.handle.Contextresponse- org.noear.solon.core.handle.Context
-