Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.sdk.store
Class DocumentIDException

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

All Implemented Interfaces:
java.io.Serializable

public class DocumentIDException
extends StoreException

Thrown to indicate that the ID defined in an DocumentID object is not valid.

See Also:
Serialized Form

Constructor Summary
DocumentIDException(java.lang.String message)
           
DocumentIDException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

DocumentIDException

public DocumentIDException(java.lang.String message)

DocumentIDException

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

Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.