类 UnauthorizedException

所有已实现的接口:
Serializable

public class UnauthorizedException extends AbstractStandardException
unauthorized exception
作者:
lingyi 2020-08-03
另请参阅:
  • 构造器详细资料

    • UnauthorizedException

      public UnauthorizedException()
    • UnauthorizedException

      public UnauthorizedException(String message)
    • UnauthorizedException

      public UnauthorizedException(Throwable e)
    • UnauthorizedException

      public UnauthorizedException(String message, Throwable e)
    • UnauthorizedException

      public UnauthorizedException(String message, BizCode bizCode, Throwable e)
    • UnauthorizedException

      public UnauthorizedException(BizCode bizCode, Throwable e)
    • UnauthorizedException

      public UnauthorizedException(BizCode bizCode, Throwable e, Object... userMessageParams)