org.mobicents.slee.resource.jdbc.event
Interface StatementSQLExceptionEvent
- All Superinterfaces:
- StatementEvent
public interface StatementSQLExceptionEvent
- extends StatementEvent
An event which provides the exception which occurred when executing a
Statement.
- Author:
- martins
|
Method Summary |
java.sql.SQLException |
getSQLException()
Retrieves the executed query's sql exception. |
EVENT_TYPE_ID
static final javax.slee.EventTypeID EVENT_TYPE_ID
getSQLException
java.sql.SQLException getSQLException()
- Retrieves the executed query's sql exception.
- Returns:
Copyright © 2011. All Rights Reserved.