Class InstanceException

All Implemented Interfaces:
Serializable

public class InstanceException extends UncheckedException
类型: 实例化异常
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • InstanceException

      public InstanceException()
    • InstanceException

      public InstanceException(String message)
    • InstanceException

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

      public InstanceException(String message, Throwable cause)
    • InstanceException

      public InstanceException(Throwable cause)
    • InstanceException

      public InstanceException(String errcode, String errmsg)