Skip navigation links

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

E10663-08


oracle.rules.sdk2.exception
Class DeleteException

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.DeleteException

All Implemented Interfaces:
java.io.Serializable

public class DeleteException
extends SDKException

Exception related to delete operation

See Also:
Serialized Form

Constructor Summary
DeleteException(java.lang.String code, DictionaryObject dobj)
           
DeleteException(java.lang.String code, DictionaryObject dobj, java.lang.String token)
           

 

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

DeleteException

public DeleteException(java.lang.String code,
                       DictionaryObject dobj)

DeleteException

public DeleteException(java.lang.String code,
                       DictionaryObject dobj,
                       java.lang.String token)

Skip navigation links

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

E10663-08


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