public class

SigningKeyException

extends KeyingDataException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.production.KeyingDataException
           ↳ xades4j.providers.SigningKeyException

Class Overview

Thrown when there's an error getting the signing key.

Summary

Public Constructors
SigningKeyException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SigningKeyException (String message, Throwable cause)