public class SQLExceptionMapper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SQLExceptionMapper.SQLStates |
| Constructor and Description |
|---|
SQLExceptionMapper() |
| Modifier and Type | Method and Description |
|---|---|
static SQLException |
get(QueryException e) |
static SQLException |
getFeatureNotSupportedException(String message) |
static SQLException |
getFeatureNotSupportedException(String message,
Exception e) |
static SQLException |
getSQLException(String message) |
static SQLException |
getSQLException(String message,
Exception e) |
public static SQLException get(QueryException e)
public static SQLException getSQLException(String message, Exception e)
public static SQLException getSQLException(String message)
public static SQLException getFeatureNotSupportedException(String message, Exception e)
public static SQLException getFeatureNotSupportedException(String message)
Copyright © 2016. All rights reserved.