|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.orindasoft.pub.CSException
com.orindasoft.pub.CSDBException
public class CSDBException
Thrown when a SQLException is generated.
(c) Copyright 2003 - 2012 Orinda Software Ltd
| Field Summary | |
|---|---|
int |
theSqlCode
The oracle Error code |
| Constructor Summary | |
|---|---|
CSDBException()
Default constructor |
|
CSDBException(int theSqlCode,
java.lang.String theSqlErrorMessage,
java.lang.String theSqlStatement,
java.lang.String theApplicationComment)
Contructor with parameters |
|
| Method Summary |
|---|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int theSqlCode
| Constructor Detail |
|---|
public CSDBException()
public CSDBException(int theSqlCode,
java.lang.String theSqlErrorMessage,
java.lang.String theSqlStatement,
java.lang.String theApplicationComment)
int - theSqlCode the oracle error codeString - theSqlErrorMessage The message text associated with this exceptionString - theSqlStatement The Sql statement that caused this exceptionString - theApplicationComment An optional comment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||