You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by GitBox <gi...@apache.org> on 2019/04/10 14:14:24 UTC

[GitHub] [jclouds] ak58588 opened a new pull request #23: draft - disable AccessPolicy check for SAS Authorised azureblob

ak58588 opened a new pull request #23: draft - disable AccessPolicy check for SAS Authorised azureblob
URL: https://github.com/apache/jclouds/pull/23
 
 
   This is a draft. I have a problem with it: 
   even though I am throwing a `CacheLoader.InvalidCacheLoadException` exception in `containerAcls` method in `AzureBlobStoreContextModule.java`, I still can't catch it in the try-catch close in `BlobPropertiesToBlobMetadata.java` with `catch (CacheLoader.InvalidCacheLoadException e)`.
   Nevertheless, I can catch this` CacheLoader.InvalidCacheLoadException` when I do `catch (Exception e)`. 
   Do you have any idea of the reason why this is happening and how to omit catching unspecified Exception? 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services