com.ibm.msg.client.jms

Interface JmsExceptionDetail

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getExplanation()
      Gets the explanation for the message in this exception.
      java.util.Iterator<java.lang.String> getKeys()
      Gets an iterator for all the message insert keys for the message in this exception.
      java.lang.String getUserAction()
      Gets the user action for the message in this exception.
      java.lang.String getValue(java.lang.String insertKey)
      Gets the message insert corresponding to a particular key for the translatable message in this exception.
    • Method Detail

      • getExplanation

        java.lang.String getExplanation()
        Gets the explanation for the message in this exception. This may be null.
        Returns:
        explanation
      • getUserAction

        java.lang.String getUserAction()
        Gets the user action for the message in this exception. This may be null.
        Returns:
        user action
      • getValue

        java.lang.String getValue(java.lang.String insertKey)
        Gets the message insert corresponding to a particular key for the translatable message in this exception. The key is a message insert constant or a property constant that is valid for this message. The valid keys for this message can be obtained using getKeys(). This method will return null if the key is not valid for this message.
        Parameters:
        insertKey - a message insert constant or property constant valid for this message
        Returns:
        insert
        See Also:
        JmsConstants
      • getKeys

        java.util.Iterator<java.lang.String> getKeys()
        Gets an iterator for all the message insert keys for the message in this exception. The keys are the property constants or message insert constants that are valid for this message.
        Returns:
        iterator for the message insert keys
(c) Copyright IBM Corp. 2008, 2015. All Rights Reserved.