Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.attachments
Class NoCopyRevisionServiceDefinedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.apps.fnd.applcore.attachments.NoCopyRevisionServiceDefinedException
All Implemented Interfaces:
java.io.Serializable

public class NoCopyRevisionServiceDefinedException
extends java.lang.Exception

This exception is thrown when an attempt is made to execute the non-existent COPY_REVISION service on the content server. This can occur when using an older version of the content server which does not contain the COPY_REVISION service.

See Also:
Serialized Form

Constructor Summary
NoCopyRevisionServiceDefinedException()
           
NoCopyRevisionServiceDefinedException(java.lang.String string)
           
NoCopyRevisionServiceDefinedException(java.lang.String string, java.lang.Throwable throwable)
           
NoCopyRevisionServiceDefinedException(java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoCopyRevisionServiceDefinedException

public NoCopyRevisionServiceDefinedException(java.lang.Throwable throwable)

NoCopyRevisionServiceDefinedException

public NoCopyRevisionServiceDefinedException(java.lang.String string,
                                             java.lang.Throwable throwable)

NoCopyRevisionServiceDefinedException

public NoCopyRevisionServiceDefinedException(java.lang.String string)

NoCopyRevisionServiceDefinedException

public NoCopyRevisionServiceDefinedException()

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.