added community home page - first step into community support
This commit is contained in:
@@ -179,6 +179,12 @@ public class ExternalException extends DynamoException
|
||||
*--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
public String getMessageID()
|
||||
{
|
||||
return m_message_id;
|
||||
|
||||
} // end getMessageID
|
||||
|
||||
/**
|
||||
* Sets a replacement parameter for the message.
|
||||
*
|
||||
|
||||
@@ -162,6 +162,12 @@ public class ExternalRuntimeException extends DynamoRuntimeException
|
||||
*--------------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
public String getMessageID()
|
||||
{
|
||||
return m_message_id;
|
||||
|
||||
} // end getMessageID
|
||||
|
||||
/**
|
||||
* Sets a replacement parameter for the message.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user