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

com.lob.exception.AuthenticationException Maven / Gradle / Ivy

package com.lob.exception;

public class AuthenticationException extends LobException {

    public AuthenticationException(String message, Integer statusCode) {
        super(message, statusCode);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy