
uk.co.mruoc.fake.jwt.FakeJwtException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fake-jwt-auth-server Show documentation
Show all versions of fake-jwt-auth-server Show documentation
Template repo to speed up creating new library projects
The newest version!
package uk.co.mruoc.fake.jwt;
public class FakeJwtException extends RuntimeException {
public FakeJwtException(String message) {
super(message);
}
public FakeJwtException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy