Class DfServiceInstantiationException

All Implemented Interfaces:
IDfException, Serializable

public class DfServiceInstantiationException extends DfServiceException
This exception is thrown when a Business Object Service is not properly configured in DBOR (Documentum Business Object registry) and the Java class cannot be instantiated. The message contains the exception message returned from JVM.
Since:
5.1
Version:
1.0
Author:
see History
See Also:
  • Constructor Details

    • DfServiceInstantiationException

      public DfServiceInstantiationException(Exception e)
      Constructs a DfServiceNotFoundException which species what the service is that was not found.
      Parameters:
      e - Exception thrown by newInstance