Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.sdk.store
Class StoreException

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

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DocumentException, DocumentExistsException, DocumentIDException, DocumentNotFoundException, RegistrationException

public class StoreException
extends java.lang.Exception

Thrown when an error is encountered with the underlying repository. This class is the base class for all repository store exceptions.

See Also:
Serialized Form

Constructor Summary
StoreException(java.lang.String message)
           
StoreException(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

StoreException

public StoreException(java.lang.String message)

StoreException

public StoreException(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.