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

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

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

public class NoBoundCredentialsException extends RuntimeException {

	private static final long serialVersionUID = 1L;
	
	public NoBoundCredentialsException(String message) {
		super(message);

	}

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy