public class DataCloudJDBCException extends SQLException
| Constructor and Description |
|---|
DataCloudJDBCException() |
DataCloudJDBCException(String reason) |
DataCloudJDBCException(String reason,
String SQLState) |
DataCloudJDBCException(String reason,
String SQLState,
int vendorCode) |
DataCloudJDBCException(String reason,
String SQLState,
int vendorCode,
Throwable cause) |
DataCloudJDBCException(String reason,
String SQLState,
String customerHint,
String customerDetail,
Throwable cause) |
DataCloudJDBCException(String reason,
String SQLState,
Throwable cause) |
DataCloudJDBCException(String reason,
Throwable cause) |
DataCloudJDBCException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerDetail() |
String |
getCustomerHint() |
getErrorCode, getNextException, getSQLState, iterator, setNextExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic DataCloudJDBCException()
public DataCloudJDBCException(String reason)
public DataCloudJDBCException(String reason, String SQLState, int vendorCode)
public DataCloudJDBCException(Throwable cause)
public DataCloudJDBCException(String reason, String SQLState, Throwable cause)
public DataCloudJDBCException(String reason, String SQLState, int vendorCode, Throwable cause)
Copyright © 2025. All rights reserved.