All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.aholbrook.paseto.exception.DecryptionException Maven / Gradle / Ivy

package net.aholbrook.paseto.exception;

public class DecryptionException extends PasetoStringException {
	public DecryptionException(String token) {
		super("Failed to decrypt token payload.", token);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy