org.drizzle.jdbc.internal
Class SQLExceptionMapper

java.lang.Object
  extended by org.drizzle.jdbc.internal.SQLExceptionMapper

public class SQLExceptionMapper
extends java.lang.Object


Nested Class Summary
static class SQLExceptionMapper.SQLStates
           
 
Constructor Summary
SQLExceptionMapper()
           
 
Method Summary
static java.sql.SQLException get(QueryException e)
           
static java.sql.SQLException getFeatureNotSupportedException(java.lang.String message)
           
static java.sql.SQLException getFeatureNotSupportedException(java.lang.String message, java.lang.Exception e)
           
static java.sql.SQLException getSQLException(java.lang.String message)
           
static java.sql.SQLException getSQLException(java.lang.String message, java.lang.Exception e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLExceptionMapper

public SQLExceptionMapper()
Method Detail

get

public static java.sql.SQLException get(QueryException e)

getSQLException

public static java.sql.SQLException getSQLException(java.lang.String message,
                                                    java.lang.Exception e)

getSQLException

public static java.sql.SQLException getSQLException(java.lang.String message)

getFeatureNotSupportedException

public static java.sql.SQLException getFeatureNotSupportedException(java.lang.String message,
                                                                    java.lang.Exception e)

getFeatureNotSupportedException

public static java.sql.SQLException getFeatureNotSupportedException(java.lang.String message)


Copyright © 2012. All Rights Reserved.