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

com.luues.security.core.exception.VerifyConnectionFail Maven / Gradle / Ivy

package com.luues.security.core.exception;

import org.springframework.security.core.AuthenticationException;

public class VerifyConnectionFail extends AuthenticationException {

    public VerifyConnectionFail(String msg) {
        super(msg);
    }

    public VerifyConnectionFail(String msg, Throwable t) {
        super(msg, t);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy