Package dev.sigstore
Class VerificationOptions.UncheckedCertificateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- dev.sigstore.VerificationOptions.UncheckedCertificateException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing interface:
- VerificationOptions
public static class VerificationOptions.UncheckedCertificateException extends java.lang.RuntimeExceptionExceptions thrown by implementations ofVerificationOptions.CertificateMatcher.test(X509Certificate)- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedCertificateException(java.lang.String message, java.lang.Throwable cause)
-