interMedia BC4J Integration

oracle.ord.im
Class MethodNotImplementedException

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

public class MethodNotImplementedException
extends OrdJboException

Indicates a method that was not implemented by the interMedia domain object has been invoked. interMedia domain classes have not implemented all public methods that are intended for internal use. Users should not use those methods in their application.

Since:
JDev5.0

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

Constructor Detail

MethodNotImplementedException

public MethodNotImplementedException(java.lang.String methodName,
                                     java.lang.String domainClassName)
Constructs a MethodNotImplementedException instance.
Parameters:
methodName - the method name which is not implemented
domainClassName - the class name of the domain object

interMedia BC4J Integration