类 DefaultFinalExceptionHandler

java.lang.Object
top.lingkang.finalsecurity.solonplugin.config.DefaultFinalExceptionHandler
所有已实现的接口:
FinalExceptionHandler

public class DefaultFinalExceptionHandler extends Object implements FinalExceptionHandler
从以下版本开始:
3.0.0
作者:
lingkang Created by 2022/10/28
  • 构造器详细资料

    • DefaultFinalExceptionHandler

      public DefaultFinalExceptionHandler()
  • 方法详细资料

    • permissionException

      public void permissionException(Throwable e, Object request, Object response)
      需要注意, request、response 在 solon 下均为 org.noear.solon.core.handle.Context
      指定者:
      permissionException 在接口中 FinalExceptionHandler
      参数:
      e -
      request - org.noear.solon.core.handle.Context
      response - org.noear.solon.core.handle.Context
    • notLoginException

      public void notLoginException(Throwable e, Object request, Object response)
      需要注意, request、response 在 solon 下均为 org.noear.solon.core.handle.Context
      指定者:
      notLoginException 在接口中 FinalExceptionHandler
      参数:
      e -
      request - org.noear.solon.core.handle.Context
      response - org.noear.solon.core.handle.Context
    • exception

      public void exception(Throwable e, Object request, Object response)
      需要注意, request、response 在 solon 下均为 org.noear.solon.core.handle.Context
      指定者:
      exception 在接口中 FinalExceptionHandler
      参数:
      e -
      request - org.noear.solon.core.handle.Context
      response - org.noear.solon.core.handle.Context