类 UnauthorizedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
help.lixin.security.exception.UnauthorizedException
所有已实现的接口:
Serializable

public class UnauthorizedException extends Exception
另请参阅:
  • 构造器详细资料

    • UnauthorizedException

      public UnauthorizedException()
    • UnauthorizedException

      public UnauthorizedException(String message)
    • UnauthorizedException

      public UnauthorizedException(String message, Throwable cause)
    • UnauthorizedException

      public UnauthorizedException(Throwable cause)
    • UnauthorizedException

      public UnauthorizedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)