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
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 |
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
ProSQLException
public ProSQLException()
ProSQLException
public ProSQLException(OutputSetException open4glException,
java.lang.String SQLState)
ProSQLException
public ProSQLException(java.lang.String errorString)
getProException
public OutputSetException getProException()