Class InstrumentException

All Implemented Interfaces:
Serializable

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

    • InstrumentException

      public InstrumentException()
    • InstrumentException

      public InstrumentException(Throwable cause)
    • InstrumentException

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

      public InstrumentException(String message)
    • InstrumentException

      public InstrumentException(String message, Throwable cause)
    • InstrumentException

      public InstrumentException(String errcode, String errmsg)
    • InstrumentException

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