Revert "Remove uncessary changes."

This reverts commit fcab2b776a.
This commit is contained in:
edison su 2013-12-05 13:14:11 -08:00
parent 93b8511f6e
commit dd34ae97fd
1 changed files with 5 additions and 0 deletions

View File

@ -80,4 +80,9 @@ public class ServerApiException extends CloudRuntimeException {
public void setDescription(String description) {
_description = description;
}
@Override
public String getMessage() {
return _description;
}
}