![JAR search and dependency download from the Maven repository](/logo.png)
io.weaviate.client.v1.auth.exception.AuthException Maven / Gradle / Ivy
package io.weaviate.client.v1.auth.exception;
public class AuthException extends Exception {
public AuthException(String message) {
super(message);
}
public AuthException(Throwable cause) {
super(cause);
}
public AuthException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy