Package oracle.rules.sdk2.exception
Class MessageInfo
java.lang.Object
oracle.rules.sdk2.resource.AbstractMessageInfo
oracle.rules.sdk2.exception.MessageInfo
- All Implemented Interfaces:
Serializable
public class MessageInfo
extends oracle.rules.sdk2.resource.AbstractMessageInfo
implements Serializable
Message Information About SDKException. Handle details
about message, details, resolution and internalization.
It also handles tokenized message format using MessageFormat class
- See Also:
-
Field Summary
Fields inherited from class oracle.rules.sdk2.resource.AbstractMessageInfo
DEFAULT_LOCALE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the Message/Exception codeReturns the Time of creation of Message/ExceptionMethods inherited from class oracle.rules.sdk2.resource.AbstractMessageInfo
addToken, getCode, getMessage, getMessage, getPackage, getTokens
-
Constructor Details
-
MessageInfo
-
-
Method Details
-
getCode
Returns the Message/Exception code- Specified by:
getCode
in classoracle.rules.sdk2.resource.AbstractMessageInfo
-
getTimeStamp
Returns the Time of creation of Message/Exception
-