List of usage examples for java.sql SQLClientInfoException SQLClientInfoException
public SQLClientInfoException(String reason, Map<String, ClientInfoStatus> failedProperties)
SQLClientInfoException object initialized with a given reason and failedProperties. From source file:com.udps.hive.jdbc.HiveConnection.java
@Override public void setClientInfo(Properties properties) throws SQLClientInfoException { // TODO Auto-generated method stub throw new SQLClientInfoException("Method not supported", null); }
From source file:com.udps.hive.jdbc.HiveConnection.java
@Override public void setClientInfo(String name, String value) throws SQLClientInfoException { // TODO Auto-generated method stub throw new SQLClientInfoException("Method not supported", null); }