Package oracle.rules.sdk2.exception
Class DeleteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.rules.sdk2.exception.SDKException
oracle.rules.sdk2.exception.DeleteException
- All Implemented Interfaces:
Serializable
Exception related to delete operation
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteException
(String code, DictionaryObject dobj) DeleteException
(String code, DictionaryObject dobj, 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
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeleteException
-
DeleteException
-