Class InternalException

All Implemented Interfaces:
Serializable

public class InternalException extends UncheckedException
自定义异常: 内部处理异常
Since:
Java 17+
Author:
Kimi Liu
See Also:
  • Constructor Details

    • InternalException

      public InternalException()
    • InternalException

      public InternalException(Throwable cause)
    • InternalException

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

      public InternalException(String message)
    • InternalException

      public InternalException(String message, Throwable cause)
    • InternalException

      public InternalException(String errcode, String errmsg)
    • InternalException

      public InternalException(Throwable cause, String format, Object... args)