org.jclouds.cloudstack.functions
Class ReturnVoidOnNotFoundOr404OrUnableToFindAccountOwner

java.lang.Object
  extended by org.jclouds.cloudstack.functions.ReturnVoidOnNotFoundOr404OrUnableToFindAccountOwner
All Implemented Interfaces:
com.google.common.base.Function<Exception,Void>

@Singleton
public class ReturnVoidOnNotFoundOr404OrUnableToFindAccountOwner
extends Object
implements com.google.common.base.Function<Exception,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.

Author:
Adrian Cole

Method Summary
 Void apply(Exception from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Method Detail

apply

public Void apply(Exception from)
Specified by:
apply in interface com.google.common.base.Function<Exception,Void>


Copyright © 2009-2012 jclouds. All Rights Reserved.