cn.ocoop.framework.safe.ex.authc.AuthenticatingException Maven / Gradle / Ivy
package cn.ocoop.framework.safe.ex.authc;
public class AuthenticatingException extends Exception {
public AuthenticatingException(String message) {
super(message);
}
@Override
public synchronized Throwable fillInStackTrace() {
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy