Package com.cloud.bridge.service.exception

Examples of com.cloud.bridge.service.exception.EC2ServiceException


  public AttachVpnGatewayResponse attachVpnGateway(AttachVpnGateway attachVpnGateway) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
 
  public BundleInstanceResponse bundleInstance(BundleInstance bundleInstance) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here


  public BundleInstanceResponse bundleInstance(BundleInstance bundleInstance) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public CancelBundleTaskResponse cancelBundleTask(CancelBundleTask cancelBundleTask) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public CancelBundleTaskResponse cancelBundleTask(CancelBundleTask cancelBundleTask) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
 
  public CancelConversionTaskResponse cancelConversionTask(CancelConversionTask cancelConversionTask) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public CancelConversionTaskResponse cancelConversionTask(CancelConversionTask cancelConversionTask) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public CancelSpotInstanceRequestsResponse cancelSpotInstanceRequests(CancelSpotInstanceRequests cancelSpotInstanceRequests) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public CancelSpotInstanceRequestsResponse cancelSpotInstanceRequests(CancelSpotInstanceRequests cancelSpotInstanceRequests) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public ConfirmProductInstanceResponse confirmProductInstance(ConfirmProductInstance confirmProductInstance) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public ConfirmProductInstanceResponse confirmProductInstance(ConfirmProductInstance confirmProductInstance) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public CreateCustomerGatewayResponse createCustomerGateway(CreateCustomerGateway createCustomerGateway) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public CreateCustomerGatewayResponse createCustomerGateway(CreateCustomerGateway createCustomerGateway) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public CreateDhcpOptionsResponse createDhcpOptions(CreateDhcpOptions createDhcpOptions) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public CreateDhcpOptionsResponse createDhcpOptions(CreateDhcpOptions createDhcpOptions) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
 
  public CreatePlacementGroupResponse createPlacementGroup(CreatePlacementGroup createPlacementGroup) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public CreatePlacementGroupResponse createPlacementGroup(CreatePlacementGroup createPlacementGroup) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
 
  public CreateSpotDatafeedSubscriptionResponse createSpotDatafeedSubscription(CreateSpotDatafeedSubscription createSpotDatafeedSubscription) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public CreateSpotDatafeedSubscriptionResponse createSpotDatafeedSubscription(CreateSpotDatafeedSubscription createSpotDatafeedSubscription) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public CreateSubnetResponse createSubnet(CreateSubnet createSubnet) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

TOP

Related Classes of com.cloud.bridge.service.exception.EC2ServiceException

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.