Package com.amazonaws.services.cloudsearchv2

Examples of com.amazonaws.services.cloudsearchv2.AmazonCloudSearchAsyncClient


        // marshaller understands.
        String errorCode = parseErrorCode(node);
        if (errorCode == null || !errorCode.equals("BaseException"))
            return null;

        BaseException e = (BaseException)super.unmarshall(node);
       
        e.setCode(XpathUtils.asString(getErrorPropertyPath("Code"), node));
       
        return e;
    }
View Full Code Here


        // marshaller understands.
        String errorCode = parseErrorCode(node);
        if (errorCode == null || !errorCode.equals("DisabledAction"))
            return null;

        DisabledOperationException e = (DisabledOperationException)super.unmarshall(node);
       
        return e;
    }
View Full Code Here

        // marshaller understands.
        String errorCode = parseErrorCode(node);
        if (errorCode == null || !errorCode.equals("InternalException"))
            return null;

        InternalException e = (InternalException)super.unmarshall(node);
       
        return e;
    }
View Full Code Here

        // marshaller understands.
        String errorCode = parseErrorCode(node);
        if (errorCode == null || !errorCode.equals("InvalidType"))
            return null;

        InvalidTypeException e = (InvalidTypeException)super.unmarshall(node);
       
        return e;
    }
View Full Code Here

        // marshaller understands.
        String errorCode = parseErrorCode(node);
        if (errorCode == null || !errorCode.equals("LimitExceeded"))
            return null;

        LimitExceededException e = (LimitExceededException)super.unmarshall(node);
       
        return e;
    }
View Full Code Here

        // marshaller understands.
        String errorCode = parseErrorCode(node);
        if (errorCode == null || !errorCode.equals("ResourceNotFound"))
            return null;

        ResourceNotFoundException e = (ResourceNotFoundException)super.unmarshall(node);
       
        return e;
    }
View Full Code Here

TOP

Related Classes of com.amazonaws.services.cloudsearchv2.AmazonCloudSearchAsyncClient

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.