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

cn.ocoop.framework.safe.ex.authc.AuthenticatingException Maven / Gradle / Ivy

There is a newer version: 1.2.7
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy