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 StringCommunication failure.static final StringGeneral Error.static final StringInvalid column number.static final StringOperation canceled.static final StringFunction sequence error.static final StringDriver not capable to do this data type conversion.static final StringTimeout 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, setNextExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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
-