interMedia BC4J Integration

oracle.ord.im
Class ClassNotSupportedException

oracle.ord.im.OrdJboException
  |
  +--oracle.ord.im.ClassNotSupportedException

public class ClassNotSupportedException
extends OrdJboException

Indicates the interMedia domain class is not supported in Oracle 817 compatible jboimdomains.zip.

This may happen when the user application tries to use the Oracle 9i interMedia new domain classes with an Oracle 817 compatible jboimdomains.zip. These new interMedia domain classes are the following two:

To fix it, user should put Oracle 9i compatible jboimdomains.zip and 9i version JDBC/SQLJ libraries in the CLASSPATH.

Since:
JDev5.0

Constructor Summary
ClassNotSupportedException(java.lang.String domainClassName)
          Constructs a ClassNotSupportedException instance.
 
Methods inherited from class oracle.ord.im.OrdJboException
getProductCode, getResourceName
 

Constructor Detail

ClassNotSupportedException

public ClassNotSupportedException(java.lang.String domainClassName)
Constructs a ClassNotSupportedException instance.
Parameters:
domainClassName - the class name of the domain object

interMedia BC4J Integration