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

org.sklsft.commons.rest.security.exception.TokenEncodingException Maven / Gradle / Ivy

package org.sklsft.commons.rest.security.exception;

/**
 *
 */
public class TokenEncodingException extends RuntimeException {
	
	private static final long serialVersionUID = 1L;

	public TokenEncodingException(String message) {
		super(message);

	}

	public TokenEncodingException(String message, Throwable cause) {
		super(message, cause);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy