java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.sql.SQLException | |||
↳ | java.sql.SQLClientInfoException |
An exception, which is subclass of SQLException, is thrown when one or more client info properties could not be set on a Connection.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates an SQLClientInfoException object.
| |||||||||||
Creates an SQLClientInfoException object.
| |||||||||||
Creates an SQLClientInfoException object.
| |||||||||||
Creates an SQLClientInfoException object.
| |||||||||||
Creates an SQLClientInfoException object.
| |||||||||||
Creates an SQLClientInfoException object.
| |||||||||||
Creates an SQLClientInfoException object.
| |||||||||||
Creates an SQLClientInfoException object.
| |||||||||||
Creates an SQLClientInfoException object.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
returns that the client info properties which could not be set
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.sql.SQLException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Iterable
|
Creates an SQLClientInfoException object. The Reason string is set to null, the SQLState string is set to null and the Error Code is set to 0.
Creates an SQLClientInfoException object. The Reason string is set to the
given reason string, the SQLState string is set to null and the Error
Code is set to 0, and the Map
failedProperties | the Map |
---|
Creates an SQLClientInfoException object. The Reason string is set to the
null if cause == null or cause.toString() if cause!=null, the cause
Throwable object is set to the given cause Throwable object, and the Map
failedProperties | the Map |
---|---|
cause | the Throwable object for the underlying reason this SQLException |
Creates an SQLClientInfoException object. The Reason string is set to
reason, and the Map
reason | the string to use as the Reason string |
---|---|
failedProperties | the Map |
Creates an SQLClientInfoException object. The Reason string is set to
reason, the cause Throwable object is set to the given cause Throwable
object, and the Map
reason | the string to use as the Reason string |
---|---|
failedProperties | the Map |
cause | the Throwable object for the underlying reason this SQLException |
Creates an SQLClientInfoException object. The Reason string is set to
reason, the SQLState string is set to the sqlState, the Error Code is set
to the vendorCode and the Map
reason | the string to use as the Reason string |
---|---|
sqlState | the string to use as the SQLState string |
vendorCode | the integer value for the error code |
failedProperties | the Map |
Creates an SQLClientInfoException object. The Reason string is set to
reason, the SQLState string is set to the sqlState, the Error Code is set
to the vendorCode the cause Throwable object is set to the given cause
Throwable object, and the Map
reason | the string to use as the Reason string |
---|---|
sqlState | the string to use as the SQLState string |
vendorCode | the integer value for the error code |
failedProperties | the Map |
cause | the Throwable object for the underlying reason this SQLException |
Creates an SQLClientInfoException object. The Reason string is set to
reason, the SQLState string is set to the sqlState, and the Map
reason | the string to use as the Reason string |
---|---|
sqlState | the string to use as the SQLState string |
failedProperties | the Map |
Creates an SQLClientInfoException object. The Reason string is set to
reason, the SQLState string is set to the sqlState, the Error Code is set
to the vendorCode, and the Map
reason | the string to use as the Reason string |
---|---|
sqlState | the string to use as the SQLState string |
failedProperties | the Map |
cause | the Throwable object for the underlying reason this SQLException |
returns that the client info properties which could not be set