public abstract class AbstractErrorUnmarshaller<T> extends Object implements Unmarshaller<SdkServiceException,T>
Constructor and Description |
---|
AbstractErrorUnmarshaller()
Constructs a new error unmarshaller that will unmarshall error responses
into SdkServiceException objects.
|
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()
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.