Module jdk.jartool

Class JarSignerException

所有已实现的接口:
Serializable

public class JarSignerException extends RuntimeException
自 JDK 版本:
9
参见:
  • Constructor Details

    • JarSignerException

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

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

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