Class QueryExceptionHandler
- java.lang.Object
-
- com.salesforce.datacloud.jdbc.exception.QueryExceptionHandler
-
public final class QueryExceptionHandler extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SQLExceptioncreateException(String message)static DataCloudJDBCExceptioncreateException(String message, Exception e)static SQLExceptioncreateException(String message, String sqlState)static SQLExceptioncreateException(String message, String sqlState, Exception e)
-
-
-
Method Detail
-
createException
public static DataCloudJDBCException createException(String message, Exception e)
-
createException
public static SQLException createException(String message, String sqlState, Exception e)
-
createException
public static SQLException createException(String message, String sqlState)
-
createException
public static SQLException createException(String message)
-
-