类 NotFoundException

所有已实现的接口:
Serializable

public class NotFoundException extends HttpStatusException
从以下版本开始:
2023-05-30
作者:
Catch
另请参阅:
  • 构造器详细资料

    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(String format, Object... args)
    • NotFoundException

      public NotFoundException(Throwable t)
    • NotFoundException

      public NotFoundException(String message, Throwable t)