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

io.split.httpmodules.okhttp.KerberosAuthException Maven / Gradle / Ivy

There is a newer version: 4.14.0
Show newest version
package io.split.httpmodules.okhttp;

public class KerberosAuthException extends Exception {
    public KerberosAuthException(String message) {
        super(message);
    }
    public KerberosAuthException(String message, Throwable exception) {
        super(message, exception);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy