Package org.jclouds.glacier.handlers
Class ParseGlacierErrorFromJsonContent
java.lang.Object
org.jclouds.http.functions.ParseJson<GlacierError>
org.jclouds.glacier.handlers.ParseGlacierErrorFromJsonContent
- All Implemented Interfaces:
 com.google.common.base.Function<HttpResponse,,GlacierError> Function<HttpResponse,,GlacierError> HttpErrorHandler
public class ParseGlacierErrorFromJsonContent
extends ParseJson<GlacierError>
implements HttpErrorHandler
Parses a GlacierError from a Json response content.
- 
Field Summary
Fields inherited from interface org.jclouds.http.HttpErrorHandler
NOOP - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals 
- 
Constructor Details
- 
ParseGlacierErrorFromJsonContent
 
 - 
 - 
Method Details
- 
handleError
- Specified by:
 handleErrorin interfaceHttpErrorHandler
 
 -