Class CSDBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mcpdbwizard.pub.CSException
com.mcpdbwizard.pub.CSDBException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CSDBNullObjectException
Thrown when a SQLException is generated.
Copyright 2003-2026 ATB Consultancy Services Ltd (formerly Orinda Software Ltd, Dublin, Ireland)
- Version:
- 7
- Author:
- [email protected]
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCSDBException(int theSqlCode, String theSqlErrorMessage, String theSqlStatement, String theApplicationComment) Contructor with parameters -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
theSqlCode
public int theSqlCodeThe oracle Error code
-
-
Constructor Details
-
CSDBException
public CSDBException()Default constructor -
CSDBException
public CSDBException(int theSqlCode, String theSqlErrorMessage, String theSqlStatement, String theApplicationComment) Contructor with parameters- Parameters:
theSqlCode- the oracle error codetheSqlErrorMessage- The message text associated with this exceptiontheSqlStatement- The Sql statement that caused this exceptiontheApplicationComment- An optional comment
-