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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getCode(Locale locale)
    Returns the Message/Exception code
    Returns the Time of creation of Message/Exception

    Methods inherited from class oracle.rules.sdk2.resource.AbstractMessageInfo

    addToken, getCode, getMessage, getMessage, getPackage, getTokens

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MessageInfo

      public MessageInfo(String code)
  • Method Details

    • getCode

      public String getCode(Locale locale)
      Returns the Message/Exception code
      Specified by:
      getCode in class oracle.rules.sdk2.resource.AbstractMessageInfo
    • getTimeStamp

      public Date getTimeStamp()
      Returns the Time of creation of Message/Exception