public class

CertificateValidationException

extends XAdES4jException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.providers.CertificateValidationException
Known Direct Subclasses

Class Overview

Base for exceptions during certificate validation. Thrown when the subclasses don't apply.

Summary

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

Public Constructors

public CertificateValidationException (X509CertSelector s, String message, Throwable cause)

public CertificateValidationException (X509CertSelector s, String message)

Public Methods

public X509CertSelector getCertSelector ()