Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.sdk.exception
Class DictionaryAlreadyExistsException

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
                      extended byoracle.rules.sdk.exception.DictionaryAlreadyExistsException

All Implemented Interfaces:
java.io.Serializable

public class DictionaryAlreadyExistsException
extends RepositoryException

Exception related to save dictionary to repository

See Also:
Serialized Form

Constructor Summary
DictionaryAlreadyExistsException(java.lang.String code)
           
DictionaryAlreadyExistsException(java.lang.String code, java.lang.String token)
           
DictionaryAlreadyExistsException(java.lang.String code, java.lang.String token, java.lang.Throwable t)
           
DictionaryAlreadyExistsException(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

DictionaryAlreadyExistsException

public DictionaryAlreadyExistsException(java.lang.String code)

DictionaryAlreadyExistsException

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

DictionaryAlreadyExistsException

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

DictionaryAlreadyExistsException

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