com.progress.open4gl
Class ProSQLException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.sql.SQLException
                    |
                    +--com.progress.open4gl.ProSQLException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DeletedRowAccessException, SDOModificationException

public class ProSQLException
extends java.sql.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:
OutputSetException, getProException(), Serialized Form

Field Summary
static java.lang.String state_08S01
           
static java.lang.String state_S1000
           
static java.lang.String state_S1002
           
static java.lang.String state_S1008
           
static java.lang.String state_S1010
           
static java.lang.String state_S1C00
           
static java.lang.String state_S1T00
           
 
Constructor Summary
ProSQLException()
           
ProSQLException(OutputSetException open4glException, java.lang.String SQLState)
           
ProSQLException(java.lang.String errorString)
           
 
Method Summary
 OutputSetException getProException()
           
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

state_08S01

public static final java.lang.String state_08S01
See Also:
Constant Field Values

state_S1000

public static final java.lang.String state_S1000
See Also:
Constant Field Values

state_S1002

public static final java.lang.String state_S1002
See Also:
Constant Field Values

state_S1008

public static final java.lang.String state_S1008
See Also:
Constant Field Values

state_S1010

public static final java.lang.String state_S1010
See Also:
Constant Field Values

state_S1C00

public static final java.lang.String state_S1C00
See Also:
Constant Field Values

state_S1T00

public static final java.lang.String state_S1T00
See Also:
Constant Field Values
Constructor Detail

ProSQLException

public ProSQLException()

ProSQLException

public ProSQLException(OutputSetException open4glException,
                       java.lang.String SQLState)

ProSQLException

public ProSQLException(java.lang.String errorString)
Method Detail

getProException

public OutputSetException getProException()