added community home page - first step into community support

This commit is contained in:
Eric J. Bowersox
2003-06-16 00:45:33 +00:00
parent 80d4ba4212
commit 96b6f27e2c
14 changed files with 319 additions and 11 deletions

View File

@@ -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.
*

View File

@@ -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.
*