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

info.setmy.jwt.exceptions.ExpiredException Maven / Gradle / Ivy

package info.setmy.jwt.exceptions;

/**
 *
 * @author Imre Tabur
 */
public class ExpiredException extends ForbiddenException {

    public ExpiredException() {
        super();
    }

    public ExpiredException(final String string) {
        super(string);
    }

    public ExpiredException(final String string, final Exception ex) {
        super(string, ex);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy