Java java.sql SQLClientInfoException fields, constructors, methods, implement or subclass

Example usage for Java java.sql SQLClientInfoException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.sql SQLClientInfoException.

The text is from its open source code.

Constructor

SQLClientInfoException()
Constructs a SQLClientInfoException Object.
SQLClientInfoException(Map failedProperties, Throwable cause)
Constructs a SQLClientInfoException object initialized with a given cause and failedProperties.
SQLClientInfoException(String reason, Map failedProperties)
Constructs a SQLClientInfoException object initialized with a given reason and failedProperties.

Method

ThrowableinitCause(Throwable cause)
Initializes the cause of this throwable to the specified value.
voidsetNextException(SQLException ex)
Adds an SQLException object to the end of the chain.