Package com.cloud.bridge.service.exception

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


  public DescribeReservedInstancesResponse describeReservedInstances(DescribeReservedInstances describeReservedInstances) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public DescribeReservedInstancesOfferingsResponse describeReservedInstancesOfferings(DescribeReservedInstancesOfferings describeReservedInstancesOfferings) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here


  public DescribeReservedInstancesOfferingsResponse describeReservedInstancesOfferings(DescribeReservedInstancesOfferings describeReservedInstancesOfferings) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
 
  public DescribeSnapshotAttributeResponse describeSnapshotAttribute(DescribeSnapshotAttribute describeSnapshotAttribute) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeSnapshotAttributeResponse describeSnapshotAttribute(DescribeSnapshotAttribute describeSnapshotAttribute) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
 
  public DescribeSpotDatafeedSubscriptionResponse describeSpotDatafeedSubscription(DescribeSpotDatafeedSubscription describeSpotDatafeedSubscription) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeSpotDatafeedSubscriptionResponse describeSpotDatafeedSubscription(DescribeSpotDatafeedSubscription describeSpotDatafeedSubscription) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public DescribeSpotInstanceRequestsResponse describeSpotInstanceRequests(DescribeSpotInstanceRequests describeSpotInstanceRequests) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeSpotInstanceRequestsResponse describeSpotInstanceRequests(DescribeSpotInstanceRequests describeSpotInstanceRequests) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public DescribeSpotPriceHistoryResponse describeSpotPriceHistory(DescribeSpotPriceHistory describeSpotPriceHistory) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeSpotPriceHistoryResponse describeSpotPriceHistory(DescribeSpotPriceHistory describeSpotPriceHistory) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public DescribeSubnetsResponse describeSubnets(DescribeSubnets describeSubnets) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeSubnetsResponse describeSubnets(DescribeSubnets describeSubnets) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
 
  public DescribeVpcsResponse describeVpcs(DescribeVpcs describeVpcs) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeVpcsResponse describeVpcs(DescribeVpcs describeVpcs) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public DescribeVpnConnectionsResponse describeVpnConnections(DescribeVpnConnections describeVpnConnections) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeVpnConnectionsResponse describeVpnConnections(DescribeVpnConnections describeVpnConnections) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public DescribeVpnGatewaysResponse describeVpnGateways(DescribeVpnGateways describeVpnGateways) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public DescribeVpnGatewaysResponse describeVpnGateways(DescribeVpnGateways describeVpnGateways) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public DetachVpnGatewayResponse detachVpnGateway(DetachVpnGateway detachVpnGateway) {
    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.