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

de.schegge.bank.UnsupportedCountryCodeException Maven / Gradle / Ivy

The newest version!
package de.schegge.bank;

public class UnsupportedCountryCodeException extends IllegalArgumentException {
    public UnsupportedCountryCodeException(String country) {
        super(String.valueOf(country));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy