模块  jdk.jartool

Class JarSignerException

    • 构造方法详细信息

      • JarSignerException

        public JarSignerException​(String message,
                                  Throwable cause)
        使用指定的详细消息和原因构造一个新的JarSignerException

        请注意,与cause相关联的详细消息不会自动合并到此JarSignerException的详细消息中。

        参数
        message - 详细消息(保存以供以后通过 Throwable.getMessage()方法检索)。
        cause - 原因(保存以供以后通过Throwable.getCause()方法检索)。 (允许使用null值,表示原因不存在或未知。)