Class CSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mcpdbwizard.pub.CSException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CSAttemptToGetNullException,CSColumnException,CSDBException,CSDBInvalidDatatypeCastException,CSDocumentChangedException,CSInvalidColumnIdException,CSInvalidDataTypeException,CSIOException,CSNoDataInRowSetException,CSNoNanosAllowedException,CSNumberFormatException,CSPoolExhaustedException,CSUnsupportedDatatypeException
An extension of Exception used by this package.
Copyright 2003-2026 ATB Consultancy Services Ltd (formerly Orinda Software Ltd, Dublin, Ireland)
- Version:
- 7
- Author:
- [email protected]
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCSException(String theExceptionMessage) Default constructor that takes a String -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CSException
public CSException()Default constructor -
CSException
Default constructor that takes a String
-