org.jclouds.cloudstack.functions
Class CloudStackFallbacks.VoidOnNotFoundOr404OrUnableToFindAccountOwner

java.lang.Object
  extended by org.jclouds.cloudstack.functions.CloudStackFallbacks.VoidOnNotFoundOr404OrUnableToFindAccountOwner
All Implemented Interfaces:
com.google.common.util.concurrent.FutureFallback<Void>, org.jclouds.Fallback<Void>
Enclosing class:
CloudStackFallbacks

public static final class CloudStackFallbacks.VoidOnNotFoundOr404OrUnableToFindAccountOwner
extends Object
implements org.jclouds.Fallback<Void>

CloudStack is currently sending 431 errors with the text "Unable to find account owner for ip ". In this case, we have to ignore as there's no means for us to avoid the problem, or action to take.


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

Constructor Detail

CloudStackFallbacks.VoidOnNotFoundOr404OrUnableToFindAccountOwner

public CloudStackFallbacks.VoidOnNotFoundOr404OrUnableToFindAccountOwner()
Method Detail

create

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

createOrPropagate

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


Copyright © 2009-2013 jclouds. All Rights Reserved.