You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2013/12/05 22:14:46 UTC

git commit: updated refs/heads/4.3 to dd34ae9

Updated Branches:
  refs/heads/4.3 93b8511f6 -> dd34ae97f


Revert "Remove uncessary changes."

This reverts commit fcab2b776a252de4e6159de76b89f4fc776d5bca.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/dd34ae97
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/dd34ae97
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/dd34ae97

Branch: refs/heads/4.3
Commit: dd34ae97fd018676565d0cda5fad4a717aee197a
Parents: 93b8511
Author: edison su <su...@gmail.com>
Authored: Thu Dec 5 13:14:11 2013 -0800
Committer: edison su <su...@gmail.com>
Committed: Thu Dec 5 13:14:11 2013 -0800

----------------------------------------------------------------------
 api/src/org/apache/cloudstack/api/ServerApiException.java | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dd34ae97/api/src/org/apache/cloudstack/api/ServerApiException.java
----------------------------------------------------------------------
diff --git a/api/src/org/apache/cloudstack/api/ServerApiException.java b/api/src/org/apache/cloudstack/api/ServerApiException.java
index 8c0d889..c202eb3 100644
--- a/api/src/org/apache/cloudstack/api/ServerApiException.java
+++ b/api/src/org/apache/cloudstack/api/ServerApiException.java
@@ -80,4 +80,9 @@ public class ServerApiException extends CloudRuntimeException {
     public void setDescription(String description) {
         _description = description;
     }
+
+    @Override
+    public String getMessage() {
+        return _description;
+    }
 }