uk.gov.di.ipv.cri.common.library.exception.AccessTokenValidationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cri-common-lib Show documentation
Show all versions of cri-common-lib Show documentation
Digital Identity Credential Issuer common libraries
package uk.gov.di.ipv.cri.common.library.exception;
public class AccessTokenValidationException extends RuntimeException {
public AccessTokenValidationException(Throwable cause) {
super(cause);
}
public AccessTokenValidationException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy