org.jclouds.rimuhosting.miro.functions
Class ParseRimuHostingException
java.lang.Object
org.jclouds.rimuhosting.miro.functions.ParseRimuHostingException
- All Implemented Interfaces:
- com.google.common.base.Function<Exception,Object>
@Singleton
public class ParseRimuHostingException
- extends Object
- implements com.google.common.base.Function<Exception,Object>
On non 2xx we have an error. RimuHosting using the same json base object.
TODO: map exceptions out into something that suits jclouds.
- Author:
- Ivan Meredith
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 |
ParseRimuHostingException
@Inject
public ParseRimuHostingException(Json json)
apply
public Object apply(Exception e)
- Specified by:
apply
in interface com.google.common.base.Function<Exception,Object>
Copyright © 2009-2011 jclouds. All Rights Reserved.