Package com.cloud.bridge.service.exception

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


  public DeleteVpcResponse deleteVpc(DeleteVpc deleteVpc) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public DeleteVpnConnectionResponse deleteVpnConnection(DeleteVpnConnection deleteVpnConnection) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here


  public DeleteVpnConnectionResponse deleteVpnConnection(DeleteVpnConnection deleteVpnConnection) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public DeleteVpnGatewayResponse deleteVpnGateway(DeleteVpnGateway deleteVpnGateway) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DeleteVpnGatewayResponse deleteVpnGateway(DeleteVpnGateway deleteVpnGateway) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
 
  public DescribeBundleTasksResponse describeBundleTasks(DescribeBundleTasks describeBundleTasks) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeBundleTasksResponse describeBundleTasks(DescribeBundleTasks describeBundleTasks) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public DescribeConversionTasksResponse describeConversionTasks(DescribeConversionTasks describeConversionTasks) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeConversionTasksResponse describeConversionTasks(DescribeConversionTasks describeConversionTasks) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
 
  public DescribeCustomerGatewaysResponse describeCustomerGateways(DescribeCustomerGateways describeCustomerGateways) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeCustomerGatewaysResponse describeCustomerGateways(DescribeCustomerGateways describeCustomerGateways) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public DescribeDhcpOptionsResponse describeDhcpOptions(DescribeDhcpOptions describeDhcpOptions) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeDhcpOptionsResponse describeDhcpOptions(DescribeDhcpOptions describeDhcpOptions) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
 
  public DescribeLicensesResponse describeLicenses(DescribeLicenses describeLicenses) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeLicensesResponse describeLicenses(DescribeLicenses describeLicenses) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public DescribePlacementGroupsResponse describePlacementGroups(DescribePlacementGroups describePlacementGroups) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribePlacementGroupsResponse describePlacementGroups(DescribePlacementGroups describePlacementGroups) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
 
  public DescribeRegionsResponse describeRegions(DescribeRegions describeRegions) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeRegionsResponse describeRegions(DescribeRegions describeRegions) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
 
  public DescribeReservedInstancesResponse describeReservedInstances(DescribeReservedInstances describeReservedInstances) {
    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.