public class

KeyingDataException

extends XAdES4jException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.production.KeyingDataException
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Base class for exceptions related to tha signing key and certificate chain.

Summary

Public Constructors
KeyingDataException(String msg)
Constructs an instance of KeyingDataException with the specified detail message.
KeyingDataException(String message, Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public KeyingDataException (String msg)

Constructs an instance of KeyingDataException with the specified detail message.

Parameters
msg the detail message.

public KeyingDataException (String message, Throwable cause)