org.mobicents.slee.resource.jdbc.event
Interface PreparedStatementSQLExceptionEvent

All Superinterfaces:
PreparedStatementEvent

public interface PreparedStatementSQLExceptionEvent
extends PreparedStatementEvent

An event which provides the exception which occurred when executing a PreparedStatement.

Author:
martins

Field Summary
static javax.slee.EventTypeID EVENT_TYPE_ID
           
 
Method Summary
 java.sql.SQLException getSQLException()
          Retrieves the executed query's sql exception.
 
Methods inherited from interface org.mobicents.slee.resource.jdbc.event.PreparedStatementEvent
getPreparedStatement
 

Field Detail

EVENT_TYPE_ID

static final javax.slee.EventTypeID EVENT_TYPE_ID
Method Detail

getSQLException

java.sql.SQLException getSQLException()
Retrieves the executed query's sql exception.

Returns:


Copyright © 2011. All Rights Reserved.