mirror of https://github.com/apache/cloudstack.git
parent
93b8511f6e
commit
dd34ae97fd
|
|
@ -80,4 +80,9 @@ public class ServerApiException extends CloudRuntimeException {
|
|||
public void setDescription(String description) {
|
||||
_description = description;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return _description;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue