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

java.lang.Object
  extended by org.mobicents.slee.resource.jdbc.event.AbstractPreparedStatementEvent
      extended by org.mobicents.slee.resource.jdbc.event.PreparedStatementSQLExceptionEventImpl
All Implemented Interfaces:
PreparedStatementEvent, PreparedStatementSQLExceptionEvent

public class PreparedStatementSQLExceptionEventImpl
extends AbstractPreparedStatementEvent
implements PreparedStatementSQLExceptionEvent

Author:
martins

Field Summary
 
Fields inherited from interface org.mobicents.slee.resource.jdbc.event.PreparedStatementSQLExceptionEvent
EVENT_TYPE_ID
 
Constructor Summary
PreparedStatementSQLExceptionEventImpl(java.sql.PreparedStatement preparedStatement, java.sql.SQLException sqlException)
           
 
Method Summary
 java.sql.SQLException getSQLException()
           
 
Methods inherited from class org.mobicents.slee.resource.jdbc.event.AbstractPreparedStatementEvent
getPreparedStatement
 
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.PreparedStatementEvent
getPreparedStatement
 

Constructor Detail

PreparedStatementSQLExceptionEventImpl

public PreparedStatementSQLExceptionEventImpl(java.sql.PreparedStatement preparedStatement,
                                              java.sql.SQLException sqlException)
Parameters:
preparedStatement -
resultSet -
Method Detail

getSQLException

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


Copyright © 2011. All Rights Reserved.