Class ExistsException

All Implemented Interfaces:
Serializable

public class ExistsException extends UncheckedException
类型: 对象已存在异常
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • ExistsException

      public ExistsException()
    • ExistsException

      public ExistsException(String message)
    • ExistsException

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

      public ExistsException(String message, Throwable cause)
    • ExistsException

      public ExistsException(Throwable cause)
    • ExistsException

      public ExistsException(String errcode, String errmsg)