Class NotExistsException

All Implemented Interfaces:
Serializable

public class NotExistsException extends UncheckedException
类型: 对象不存在
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • NotExistsException

      public NotExistsException()
    • NotExistsException

      public NotExistsException(String message)
    • NotExistsException

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

      public NotExistsException(String message, Throwable cause)
    • NotExistsException

      public NotExistsException(Throwable cause)
    • NotExistsException

      public NotExistsException(String errcode, String errmsg)