Package com.progress.open4gl
Class ProSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
com.progress.open4gl.ProSQLException
- All Implemented Interfaces:
Serializable
,Iterable<Throwable>
- Direct Known Subclasses:
DeletedRowAccessException
,SDOModificationException
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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Communication failure.static final String
General Error.static final String
Invalid column number.static final String
Operation canceled.static final String
Function sequence error.static final String
Driver not capable to do this data type conversion.static final String
Timeout expired. -
Constructor Summary
ConstructorsConstructorDescriptionProSQLException
(OutputSetException open4glException, String SQLState) ProSQLException
(String errorString) ProSQLException
(Throwable t, String errorString) -
Method Summary
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
state_S1010
Function sequence error.- See Also:
-
STATE_S1008
Operation canceled.- See Also:
-
STATE_S1002
Invalid column number.- See Also:
-
STATE_S1000
General Error.- See Also:
-
state_S1C00
Driver not capable to do this data type conversion.- See Also:
-
STATE_S1T00
Timeout expired.- See Also:
-
STATE_08S01
Communication failure.- See Also:
-
-
Constructor Details
-
ProSQLException
-
ProSQLException
public ProSQLException() -
ProSQLException
-
ProSQLException
-
-
Method Details
-
getProException
-