|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.ibm.btt.base.DSERuntimeException
com.ibm.btt.services.jdbc.DSESQLException
public class DSESQLException
The DSESQLException class identifies the exception that is thrown when an SQLException is returned by the code that provides the JDBC interface with the ability to access a database.
Field Summary |
---|
Fields inherited from class com.ibm.btt.base.DSERuntimeException |
---|
critical, harmless |
Constructor Summary | |
---|---|
DSESQLException(java.lang.String aSeverity,
java.lang.String aCode,
int anErrorCode,
java.lang.String aSQLState,
java.lang.String aMessage)
This is the DSESQLException class constructor. |
Method Summary | |
---|---|
int |
getErrorCode()
Returns the SQL Error Code |
java.lang.String |
getSQLState()
Returns the SQL State |
void |
setErrorCode(int anErrorCode)
Sets the SQL Error Code |
void |
setSQLState(java.lang.String aSQLState)
Sets the SQL State |
Methods inherited from class com.ibm.btt.base.DSERuntimeException |
---|
getClassName, getCode, getMethodName, getSeverity, setClassName, setCode, setMethodName, setSeverity |
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 |
Constructor Detail |
---|
public DSESQLException(java.lang.String aSeverity, java.lang.String aCode, int anErrorCode, java.lang.String aSQLState, java.lang.String aMessage)
aSeverity
- java.lang.String - the severity of the ExceptionaCode
- java.lang.String - the code of the ExceptionanErrorCode
- int - the SQL Error Code as returned by the SQLExceptionaSQLState
- java.lang.String - the SQL State as returned by the SQLExceptionaMessage
- java.lang.String - the Exception messageMethod Detail |
---|
public int getErrorCode()
public java.lang.String getSQLState()
public void setErrorCode(int anErrorCode)
int
- public void setSQLState(java.lang.String aSQLState)
java.lang.String
-
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |