com.orindasoft.pub
Class CSDBException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.orindasoft.pub.CSException
|
+--com.orindasoft.pub.CSDBException
- Direct Known Subclasses:
- CSDBNullObjectException
- public class CSDBException
- extends CSException
Thrown when a SQLException is generated.
(c) Copyright 2003 - 2011 Orinda Software Ltd
- Version:
- 6.0
- Author:
- Orinda Software
- See Also:
- Serialized Form
|
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 |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
theSqlCode
public int theSqlCode
- The oracle Error code
CSDBException
public CSDBException()
- Default constructor
CSDBException
public CSDBException(int theSqlCode,
java.lang.String theSqlErrorMessage,
java.lang.String theSqlStatement,
java.lang.String theApplicationComment)
- Contructor with parameters
- Parameters:
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
Copyright © Orinda Software Ltd 2011