public class RevocationWarningException extends RevocationException
This exception can occur when a certificate is being validated at some point in the past, and it is valid at the given point in time, but not valid at the current time. This warning will contain the revocation details.
m_exception| Constructor and Description |
|---|
RevocationWarningException(java.lang.String message,
RevocationException revocationException)
Creates a new
RevocationWarningException from a
RevocationException. |
getCertificate, getDetails, getRevocationDate, getRevocationReasongetInnerExceptiongetMessageChain, getMessageChainpublic RevocationWarningException(java.lang.String message,
RevocationException revocationException)
RevocationWarningException from a
RevocationException.
message - a message explaining why the exception occurredrevocationException - the revocation exception