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.
The CWException class provides the following: