Class UnauthorizedException

All Implemented Interfaces:
Serializable

public class UnauthorizedException extends ScxHttpException
未认证异常 (未登录)
Version:
1.1.19
Author:
scx567888
See Also:
  • Constructor Details

    • UnauthorizedException

      public UnauthorizedException()
    • UnauthorizedException

      public UnauthorizedException(String message)
    • UnauthorizedException

      public UnauthorizedException(Throwable cause)
    • UnauthorizedException

      public UnauthorizedException(String message, Throwable cause)