org.jclouds.cloudstack.functions
Class CloudStackFallbacks.VoidOnNotFoundOr404OrUnableToFindAccountOwner
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloudStackFallbacks.VoidOnNotFoundOr404OrUnableToFindAccountOwner
public CloudStackFallbacks.VoidOnNotFoundOr404OrUnableToFindAccountOwner()
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.