Class ProSQLException

All Implemented Interfaces:
Serializable, Iterable<Throwable>
Direct Known Subclasses:
DeletedRowAccessException, SDOModificationException

public class ProSQLException extends SQLException
ProSQLException extends java.sql.SQLException to provide standard PROGRESS exception messaging for errors that occur when the Java application uses output result sets. In particular the ProSQLException.getProException() method returns a OutputSetException exception.
See Also: