![JAR search and dependency download from the Maven repository](/logo.png)
com.jd.blockchain.utils.security.AuthenticationException Maven / Gradle / Ivy
package com.jd.blockchain.utils.security;
/**
* 认证异常;
*
* @author haiq
*
*/
public class AuthenticationException extends RuntimeException {
private static final long serialVersionUID = 2188866951704920121L;
public AuthenticationException(String message) {
super(message);
}
public AuthenticationException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy