public abstract class AbstractErrorUnmarshaller<ExceptionT extends SdkServiceException,T> extends Object implements Unmarshaller<ExceptionT,T>
Constructor and Description |
---|
AbstractErrorUnmarshaller(Class<? extends SdkServiceException> exceptionClass)
Constructs a new error unmarshaller that will unmarshall error responses
into objects of the specified class, extending SdkServiceException.
|
public AbstractErrorUnmarshaller(Class<? extends SdkServiceException> exceptionClass)
exceptionClass
- The subclass of SdkServiceException which will be
instantiated and populated by this class.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.