Class ParamException

  • All Implemented Interfaces:
    Serializable

    public class ParamException
    extends ClientException
    参数异常,用户输入的参数和接口所需要的参数无法匹配而引发的异常
    See Also:
    Serialized Form
    • Constructor Detail

      • ParamException

        public ParamException​(String format,
                              Object... args)