Uses of Class
com.macasaet.fernet.TokenValidationException
-
-
Uses of TokenValidationException in com.macasaet.fernet
Subclasses of TokenValidationException in com.macasaet.fernet Modifier and Type Class Description classPayloadValidationExceptionThis exception indicates that a Fernet token is valid, but the payload inside fails business logic validation.classTokenExpiredExceptionThis is a special case of theTokenValidationExceptionthat indicates that the Fernet token is invalid because the application-defined time-to-live has elapsed.
-