CWException class

The CWException class is the base class for exceptions in the Java connector library. The Java connector library extends the Java Exception class to create its own exception class called:

com.crossworlds.cwconnectorapi.exceptions.CWException
 

This class represents an exception object, which methods of the Java connector library can throw.

Note:
The reference description for most Java connector library methods lists the exceptions thrown by that method in the Exceptions section.

The CWException class provides the following:

Copyright IBM Corp. 1997, 2003