模块 jdk.jartool

类 JarSignerException

所有已实现的接口:
Serializable

public class JarSignerException extends RuntimeException
自从:
9
参见:
  • 构造方法详细信息

    • JarSignerException

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

      请注意,与 cause 关联的详细消息是not自动并入此 JarSignerException 的详细消息中。

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