Module  jdk.jartool

Class JarSignerException

    • 构造方法详细信息

      • JarSignerException

        public JarSignerException​(String message,
                                  Throwable cause)
        构造一个新的JarSignerException具有指定的详细信息和原因。

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

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