org.jclouds.blobstore
Class BlobStoreFallbacks.NullOnContainerNotFound

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

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


Constructor Summary
BlobStoreFallbacks.NullOnContainerNotFound()
           
 
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.NullOnContainerNotFound

public BlobStoreFallbacks.NullOnContainerNotFound()
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.