public class SQLClientInfoException extends SQLException
Constructor and Description |
---|
SQLClientInfoException()
Creates an SQLClientInfoException object.
|
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties)
Creates an SQLClientInfoException object.
|
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties,
Throwable cause)
Creates an SQLClientInfoException object.
|
SQLClientInfoException(String reason,
Map<String,ClientInfoStatus> failedProperties)
Creates an SQLClientInfoException object.
|
SQLClientInfoException(String reason,
Map<String,ClientInfoStatus> failedProperties,
Throwable cause)
Creates an SQLClientInfoException object.
|
SQLClientInfoException(String reason,
String sqlState,
int vendorCode,
Map<String,ClientInfoStatus> failedProperties)
Creates an SQLClientInfoException object.
|
SQLClientInfoException(String reason,
String sqlState,
int vendorCode,
Map<String,ClientInfoStatus> failedProperties,
Throwable cause)
Creates an SQLClientInfoException object.
|
SQLClientInfoException(String reason,
String sqlState,
Map<String,ClientInfoStatus> failedProperties)
Creates an SQLClientInfoException object.
|
SQLClientInfoException(String reason,
String sqlState,
Map<String,ClientInfoStatus> failedProperties,
Throwable cause)
Creates an SQLClientInfoException object.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ClientInfoStatus> |
getFailedProperties()
returns that the client info properties which could not be set
|
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SQLClientInfoException()
public SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties)
failedProperties
- the Mappublic SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties, Throwable cause)
failedProperties
- the Mapcause
- the Throwable object for the underlying reason this
SQLExceptionpublic SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties)
reason
- the string to use as the Reason stringfailedProperties
- the Mappublic SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties, Throwable cause)
reason
- the string to use as the Reason stringfailedProperties
- the Mapcause
- the Throwable object for the underlying reason this
SQLExceptionpublic SQLClientInfoException(String reason, String sqlState, int vendorCode, Map<String,ClientInfoStatus> failedProperties)
reason
- the string to use as the Reason stringsqlState
- the string to use as the SQLState stringvendorCode
- the integer value for the error codefailedProperties
- the Mappublic SQLClientInfoException(String reason, String sqlState, int vendorCode, Map<String,ClientInfoStatus> failedProperties, Throwable cause)
reason
- the string to use as the Reason stringsqlState
- the string to use as the SQLState stringvendorCode
- the integer value for the error codefailedProperties
- the Mapcause
- the Throwable object for the underlying reason this
SQLExceptionpublic SQLClientInfoException(String reason, String sqlState, Map<String,ClientInfoStatus> failedProperties)
reason
- the string to use as the Reason stringsqlState
- the string to use as the SQLState stringfailedProperties
- the Mappublic SQLClientInfoException(String reason, String sqlState, Map<String,ClientInfoStatus> failedProperties, Throwable cause)
reason
- the string to use as the Reason stringsqlState
- the string to use as the SQLState stringfailedProperties
- the Mapcause
- the Throwable object for the underlying reason this
SQLExceptionpublic Map<String,ClientInfoStatus> getFailedProperties()