com.netki.NetkiException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of netki-partner-client Show documentation
Show all versions of netki-partner-client Show documentation
Library used to access Netki's Partner API
The newest version!
package com.netki;
public class NetkiException extends Exception {
public NetkiException() {
super();
}
public NetkiException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy