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. |
MethodNotImplementedException
public MethodNotImplementedException(java.lang.String methodName,
java.lang.String domainClassName)
- Constructs a
MethodNotImplementedException
instance.
- Parameters:
methodName
- the method name which is not implementeddomainClassName
- the class name of the domain object