org.mobicents.slee.resource.jdbc.event
Class StatementSQLExceptionEventImpl

java.lang.Object
  extended by org.mobicents.slee.resource.jdbc.event.AbstractStatementEvent
      extended by org.mobicents.slee.resource.jdbc.event.StatementSQLExceptionEventImpl
All Implemented Interfaces:
StatementEvent, StatementSQLExceptionEvent

public class StatementSQLExceptionEventImpl
extends AbstractStatementEvent
implements StatementSQLExceptionEvent

Author:
martins

Field Summary
 
Fields inherited from interface org.mobicents.slee.resource.jdbc.event.StatementSQLExceptionEvent
EVENT_TYPE_ID
 
Constructor Summary
StatementSQLExceptionEventImpl(java.lang.Integer autoGeneratedKeys, int[] columnIndexes, java.lang.String[] columnNames, java.lang.String sql, java.sql.Statement statement, java.sql.SQLException sqlException)
           
 
Method Summary
 java.sql.SQLException getSQLException()
           
 
Methods inherited from class org.mobicents.slee.resource.jdbc.event.AbstractStatementEvent
getAutoGeneratedKeys, getColumnIndexes, getColumnNames, getSQL, getStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mobicents.slee.resource.jdbc.event.StatementEvent
getAutoGeneratedKeys, getColumnIndexes, getColumnNames, getSQL, getStatement
 

Constructor Detail

StatementSQLExceptionEventImpl

public StatementSQLExceptionEventImpl(java.lang.Integer autoGeneratedKeys,
                                      int[] columnIndexes,
                                      java.lang.String[] columnNames,
                                      java.lang.String sql,
                                      java.sql.Statement statement,
                                      java.sql.SQLException sqlException)
Parameters:
autoGeneratedKeys -
columnIndexes -
columnNames -
sql -
statement -
sqlException -
Method Detail

getSQLException

public java.sql.SQLException getSQLException()
Specified by:
getSQLException in interface StatementSQLExceptionEvent


Copyright © 2011. All Rights Reserved.