
com.identityblitz.scs.error.SCSExpiredException Maven / Gradle / Ivy
package com.identityblitz.scs.error;
import java.util.Date;
/**
* The exception points that the SCS is expired.
*/
public class SCSExpiredException extends SCSException {
public SCSExpiredException(final Date atime, final Date now) {
super("The SCS is expired. ATIME is " + atime + " and NOW is " + now + ".");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy