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

com.codingapi.springboot.security.exception.TokenExpiredException Maven / Gradle / Ivy

There is a newer version: 3.3.14
Show newest version
package com.codingapi.springboot.security.exception;

public class TokenExpiredException extends Exception {

    public TokenExpiredException(String message) {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy