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

cn.gjing.ex.NoAuthException Maven / Gradle / Ivy

The newest version!
package cn.gjing.ex;

/**
 * @author Gjing
 **/
public class NoAuthException extends RuntimeException {
    public NoAuthException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy