Oracle Business Rules Java API Reference
10g Release 3 (10.1.3)

B19040-01


oracle.rules.sdk.store
Class DocumentExistsException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.rules.sdk.store.StoreException
              extended byoracle.rules.sdk.store.DocumentExistsException

All Implemented Interfaces:
java.io.Serializable

public class DocumentExistsException
extends StoreException

Thrown by createDocument to indicate that a document corresponding the DocumentID already exists in the repository.

See Also:
Serialized Form

Constructor Summary
DocumentExistsException(java.lang.String message)
           
DocumentExistsException(java.lang.String message, java.lang.Throwable cause)
           

 

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

DocumentExistsException

public DocumentExistsException(java.lang.String message)

DocumentExistsException

public DocumentExistsException(java.lang.String message,
                               java.lang.Throwable cause)

Oracle Business Rules Java API Reference
10g Release 3 (10.1.3)

B19040-01


Copyright © 2006, Oracle. All rights reserved.