if(msg.getOp().equals("ok")){
//System.out.println("Download executado com sucesso");
return cid;
}else{
//System.out.println("download com problemas");
throw new StorageCloudException("Container creation failed... maybe container already exist.");
}
} catch (ClassNotFoundException e) {
e.printStackTrace();
}
return null;
} catch (Exception e) {
throw new StorageCloudException(e.getMessage());
}
}