All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.xmlmiddleware.db.SPStatementEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----org.xmlmiddleware.db.SPStatementEvent

public class SPStatementEvent
extends EventObject
An event on a prepared statement.

Version:
2.0
Author:
Sean Walter, 2001

Method Index

 o getSQLException()
Get associated exception if present.

Methods

 o getSQLException
 public SQLException getSQLException()
Get associated exception if present.

Returns:
Associated exception, or null if none.

All Packages  Class Hierarchy  This Package  Previous  Next  Index