public class

UnexpectedJCAException

extends XAdES4jException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ xades4j.XAdES4jException
         ↳ xades4j.verification.UnexpectedJCAException

Class Overview

Thrown if there is an unexpected error when using the JCA. An example is the absence of a provider for a service that should have default providers.

Summary

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

Public Constructors

public UnexpectedJCAException (String message, Throwable cause)

public UnexpectedJCAException (String msg)