Package oracle.rules.sdk2.exception
Class SDKException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.rules.sdk2.exception.SDKException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConcurrentUpdateException
,DeleteException
,RepositoryException
,SDKWarning
Base Exception for Oracle Rules SDK Component
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSDKException
(String code, String propertyName, DictionaryObject dobj, String... info) SDKException
(String code, String propertyName, DictionaryObject dobj, Throwable base, String... info) SDKException
(String code, DictionaryObject dobj) SDKException
(String code, DictionaryObject dobj, String... info) SDKException
(String code, DictionaryObject dobj, Throwable t) SDKException
(String code, DictionaryObject dobj, Throwable t, String... info) -
Method Summary
Modifier and TypeMethodDescriptionvoid
getDetails
(Locale locale) Returns the Message/Exception code.Method that overrides getMessage() method of the Exception class.getMessage
(Locale locale) Method to retrieve (entire) exception message with a given Locale.getMessageOnly
(Locale locale) Method to retrieve exception message only (exclude error code and root cause)if the exception applies to a property of the Dictionary Object, return its name.Method to get root exception message.Object[]
void
setDetails
(List<SDKException> details) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SDKException
-
SDKException
-
SDKException
-
SDKException
-
SDKException
-
SDKException
public SDKException(String code, String propertyName, DictionaryObject dobj, Throwable base, String... info)
-
-
Method Details
-
getDictionaryObject
-
getPropertyName
if the exception applies to a property of the Dictionary Object, return its name. Else return "".- Returns:
- name of property or "".
-
addToken
-
getTokens
-
getMessage
Method that overrides getMessage() method of the Exception class.- Overrides:
getMessage
in classThrowable
- Returns:
- the message associated with this exception.
-
getMessage
Method to retrieve (entire) exception message with a given Locale. The entire messge includes root cause and error code. -
getDetails
-
setDetails
-
getMessageOnly
Method to retrieve exception message only (exclude error code and root cause) -
getRootMessage
Method to get root exception message. -
getErrorCode
Returns the Message/Exception code. -
getMessageInfo
-
getStackTraceAsString
-