Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.sdk.exception
Class RepositoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.rules.sdk.exception.OracleRulesException
              extended byoracle.rules.sdk.exception.RulesSDKException
                  extended byoracle.rules.sdk.exception.RepositoryException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DictionaryAlreadyExistsException

public class RepositoryException
extends RulesSDKException
See Also:
Serialized Form

Constructor Summary
RepositoryException(java.lang.String code)
           
RepositoryException(java.lang.String code, java.lang.String token)
           
RepositoryException(java.lang.String code, java.lang.String token, java.lang.Throwable t)
           
RepositoryException(java.lang.String code, java.lang.Throwable t)
           

 

Methods inherited from class oracle.rules.sdk.exception.OracleRulesException
addToken, get, getDetails, getErrorCode, getMessage, getMessage, getMessageInfo, getMessageOnly, getPreviousException, getRootException, getRootMessage, getStackTraceAsString, printStackTrace, printStackTrace, printStackTrace, set, setDetails, setPreviousException

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

RepositoryException

public RepositoryException(java.lang.String code)

RepositoryException

public RepositoryException(java.lang.String code,
                           java.lang.String token)

RepositoryException

public RepositoryException(java.lang.String code,
                           java.lang.Throwable t)

RepositoryException

public RepositoryException(java.lang.String code,
                           java.lang.String token,
                           java.lang.Throwable t)

Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.