类 NotFoundException

所有已实现的接口:
Serializable

public class NotFoundException extends ScxHttpException
404 not found 未找到异常
版本:
1.1.14
作者:
scx567888
另请参阅:
  • 构造器详细资料

    • NotFoundException

      public NotFoundException()
      a
    • NotFoundException

      public NotFoundException(String info)
      a
      参数:
      info - a
    • NotFoundException

      public NotFoundException(Throwable throwable)
      a
      参数:
      throwable - a
    • NotFoundException

      public NotFoundException(String info, Throwable throwable)
      a
      参数:
      info - a
      throwable - a