Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends UncheckedException
类型: 资源不存在
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException()
    • NotFoundException

      public NotFoundException(String message)
    • NotFoundException

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

      public NotFoundException(String message, Throwable cause)
    • NotFoundException

      public NotFoundException(Throwable cause)
    • NotFoundException

      public NotFoundException(String errcode, String errmsg)