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:
oracle.ord.im.OrdDocDomain
oracle.ord.im.OrdImageSignatureDomain
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. |
ClassNotSupportedException
public ClassNotSupportedException(java.lang.String domainClassName)
- Constructs a
ClassNotSupportedException
instance.
- Parameters:
domainClassName
- the class name of the domain object