Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends ScxHttpException
404 not found 未找到异常
Version:
1.1.14
Author:
scx567888
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

      public NotFoundException(Throwable cause)
    • NotFoundException

      public NotFoundException(String message, Throwable cause)