Example usage for com.amazonaws.transform LegacyErrorUnmarshaller LegacyErrorUnmarshaller

List of usage examples for com.amazonaws.transform LegacyErrorUnmarshaller LegacyErrorUnmarshaller

Introduction

In this page you can find the example usage for com.amazonaws.transform LegacyErrorUnmarshaller LegacyErrorUnmarshaller.

Prototype

public LegacyErrorUnmarshaller() 

Source Link

Document

Constructs a new unmarshaller that will unmarshall AWS error responses as a generic AmazonServiceException object.

Usage

From source file:com.github.sjones4.youcan.youconfig.YouConfigClient.java

License:Open Source License

private void init() {
    exceptionUnmarshallers.add(new LegacyErrorUnmarshaller());
    setEndpoint("http://localhost:8773/services/Configuration/");
}

From source file:com.github.sjones4.youcan.youprop.YouPropClient.java

License:Open Source License

private void init() {
    exceptionUnmarshallers.add(new LegacyErrorUnmarshaller());
    setEndpoint("http://localhost:8773/services/Properties/");
}

From source file:com.github.sjones4.youcan.youserv.YouServClient.java

License:Open Source License

private void init() {
    exceptionUnmarshallers.add(new LegacyErrorUnmarshaller());
    setEndpoint("http://localhost:8773/services/Empyrean/");
}