Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.5.0)

E10663-05


oracle.rules.sdk2.exception
Class DictionaryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.rules.sdk2.exception.SDKException
              extended by oracle.rules.sdk2.exception.RepositoryException
                  extended by oracle.rules.sdk2.exception.DictionaryNotFoundException

All Implemented Interfaces:
java.io.Serializable

public class DictionaryNotFoundException
extends RepositoryException

Exception thrown when a dictionary does not exist in a repository.

See Also:
Serialized Form

Constructor Summary
DictionaryNotFoundException(java.lang.String name)
           
DictionaryNotFoundException(java.lang.String name, java.lang.Throwable t)
           

 

Method Summary

 

Methods inherited from class oracle.rules.sdk2.exception.SDKException
addToken, getDetails, getDictionaryObject, getErrorCode, getMessage, getMessage, getMessageInfo, getMessageOnly, getPropertyName, getRootMessage, getStackTraceAsString, getTokens, setDetails

 

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

 

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

 

Constructor Detail

DictionaryNotFoundException

public DictionaryNotFoundException(java.lang.String name)

DictionaryNotFoundException

public DictionaryNotFoundException(java.lang.String name,
                                   java.lang.Throwable t)

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Rules
11g Release 1 (11.1.1.5.0)

E10663-05


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.