public class ExpiredCRLException extends GeneralSecurityException
| Constructor and Description |
|---|
ExpiredCRLException(String identifier,
Date expirationDate)
Creates a new instance describing a CRL that expired on the given date.
|
ExpiredCRLException(String identifier,
Date expirationDate,
int leniency)
Creates a new instance describing a CRL that expired on a date that is
more than leniency seconds beyond its expiration date.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpirationDate() |
String |
getId() |
int |
getLeniency() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExpiredCRLException(String identifier, Date expirationDate)
identifier - Identifier or name that describes CRL.expirationDate - CRL expiration date.public ExpiredCRLException(String identifier, Date expirationDate, int leniency)
identifier - Identifier or name that describes CRL.expirationDate - CRL expiration date.leniency - Number of seconds beyond the expiration date at which
the CRL is considered expired. MUST be non-negative integer.public String getId()
public Date getExpirationDate()
public int getLeniency()
public String getMessage()
getMessage in class ThrowableCopyright © 2004-2015 Jasig. All Rights Reserved.