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

im.toss.http.parser.HttpAuthCredentialParseException Maven / Gradle / Ivy

The newest version!
package im.toss.http.parser;

class HttpAuthCredentialParseException extends RuntimeException {

    HttpAuthCredentialParseException(String s, Exception e) {
        super(s, e);
    }

    HttpAuthCredentialParseException(String s) {
        super(s);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy