org.dasein.cloud.atmos.AtmosException Maven / Gradle / Ivy
/**
* ========= CONFIDENTIAL =========
*
* Copyright (C) 2012 enStratus Networks Inc - ALL RIGHTS RESERVED
*
* ====================================================================
* NOTICE: All information contained herein is, and remains the
* property of enStratus Networks Inc. The intellectual and technical
* concepts contained herein are proprietary to enStratus Networks Inc
* and may be covered by U.S. and Foreign Patents, patents in process,
* and are protected by trade secret or copyright law. Dissemination
* of this information or reproduction of this material is strictly
* forbidden unless prior written permission is obtained from
* enStratus Networks Inc.
* ====================================================================
*/
package org.dasein.cloud.atmos;
import org.apache.http.HttpResponse;
import org.dasein.cloud.CloudException;
/**
* Parses errors received from Atmos so they can be understood in a Dasein Cloud context.
* Created by George Reese: 10/5/12 9:48 AM
* @author George Reese
* @version 2012.09 initial version
* @since 2012.09
*/
public class AtmosException extends CloudException {
public AtmosException(HttpResponse response) {
}
}