Package org.bouncycastle.jce.exception
@Deprecated
package org.bouncycastle.jce.exception
Deprecated.
JCE-side exception types providing a pre-Java-1.4 way to attach an underlying-cause Throwable
to the JCE checked-exception hierarchy.
Deprecated: obsolete now the minimum runtime carries native exception cause-chaining; throw the
standard java.security/java.security.cert exceptions, using the
org.bouncycastle.jcajce.provider.util.SecurityExceptions factories where a Java-1.4-safe
cause attach is needed.
-
ClassDescriptionDeprecated.Deprecated.Deprecated.Deprecated.obsolete pre-1.4 cause-chaining shim; use the org.bouncycastle.jcajce.provider.util.SecurityExceptions factories (certPathValidatorException / certPathBuilderException / certificateEncodingException) or the standard java.security.cert exceptions directly.Deprecated.