ODKException class

The ODKException class is the base class for exceptions in the Object Discovery Agent Development Kit (ODK) API. The ODK API extends the Java Exception class to create its own exception class called:

com.crossworlds.ODK.ODKException

This class represents an exception object, which methods of the ODK API can throw.

Note:
The reference description for each ODK API method lists the exceptions thrown by that method.

The ODKException class defines the following:

Copyright IBM Corp. 1997, 2004