org.jclouds.blobstore
Class BlobStoreFallbacks.NullOnKeyNotFound

java.lang.Object
  extended by org.jclouds.blobstore.BlobStoreFallbacks.NullOnKeyNotFound
All Implemented Interfaces:
com.google.common.util.concurrent.FutureFallback<Object>, org.jclouds.Fallback<Object>
Enclosing class:
BlobStoreFallbacks

public static final class BlobStoreFallbacks.NullOnKeyNotFound
extends Object
implements org.jclouds.Fallback<Object>


Constructor Summary
BlobStoreFallbacks.NullOnKeyNotFound()
           
 
Method Summary
 com.google.common.util.concurrent.ListenableFuture<Object> create(Throwable t)
           
 Object createOrPropagate(Throwable t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlobStoreFallbacks.NullOnKeyNotFound

public BlobStoreFallbacks.NullOnKeyNotFound()
Method Detail

create

public com.google.common.util.concurrent.ListenableFuture<Object> create(Throwable t)
                                                                  throws Exception
Specified by:
create in interface com.google.common.util.concurrent.FutureFallback<Object>
Throws:
Exception

createOrPropagate

public Object createOrPropagate(Throwable t)
                         throws Exception
Specified by:
createOrPropagate in interface org.jclouds.Fallback<Object>
Throws:
Exception


Copyright © 2009-2013 jclouds. All Rights Reserved.