com.sap.xs.hdb.options.ClientAuthenticationInitializationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xs-hdb-conn-options Show documentation
Show all versions of xs-hdb-conn-options Show documentation
Use this library to handle SAP HANA DB connection options
package com.sap.xs.hdb.options;
public class ClientAuthenticationInitializationException extends RuntimeException {
public ClientAuthenticationInitializationException(String message, Exception cause) {
super(message, cause);
}
private static final long serialVersionUID = -8462024944834285106L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy