xLeitix / jcloudscale

Public source code repository for the JCloudScale project
Apache License 2.0
9 stars 2 forks source link

Update documentation to include fault handling #1

Open rstzab opened 10 years ago

rstzab commented 10 years ago

Issue migrated from google code

One student has asked how one would handle errors in cloud objects. I do not think that this is covered at all in the current version of the documentation, and should be added.

(as a sidenote: you should catch CloudScaleExceptions when you interact with cloud objects - all exceptions on remote hosts are propagated as runtime CloudScaleExceptions to the client. the inner exception of this CloudScaleException should then be the original exception that occured on the remote host)