ExtException, which provides a uniform
place to attach an underlying-cause Throwable to the JCE checked-exception hierarchy
for code that needs to propagate richer error context across the java.security
surface.See: Description
| Interface | Description |
|---|---|
| ExtException |
This is an extended exception.
|
| Exception | Description |
|---|---|
| ExtCertificateEncodingException | |
| ExtCertPathBuilderException | |
| ExtCertPathValidatorException | |
| ExtIOException |
ExtException, which provides a uniform
place to attach an underlying-cause Throwable to the JCE checked-exception hierarchy
for code that needs to propagate richer error context across the java.security
surface.