Package com.cloud.bridge.service.exception

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


  public DetachVpnGatewayResponse detachVpnGateway(DetachVpnGateway detachVpnGateway) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public GetConsoleOutputResponse getConsoleOutput(GetConsoleOutput getConsoleOutput) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here


  public GetConsoleOutputResponse getConsoleOutput(GetConsoleOutput getConsoleOutput) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public ImportInstanceResponse importInstance(ImportInstance importInstance) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public ImportInstanceResponse importInstance(ImportInstance importInstance) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public ImportVolumeResponse importVolume(ImportVolume importVolume) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public ImportVolumeResponse importVolume(ImportVolume importVolume) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public ModifySnapshotAttributeResponse modifySnapshotAttribute(ModifySnapshotAttribute modifySnapshotAttribute) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public ModifySnapshotAttributeResponse modifySnapshotAttribute(ModifySnapshotAttribute modifySnapshotAttribute) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
 
  public PurchaseReservedInstancesOfferingResponse purchaseReservedInstancesOffering(PurchaseReservedInstancesOffering purchaseReservedInstancesOffering) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public PurchaseReservedInstancesOfferingResponse purchaseReservedInstancesOffering(PurchaseReservedInstancesOffering purchaseReservedInstancesOffering) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public RequestSpotInstancesResponse requestSpotInstances(RequestSpotInstances requestSpotInstances) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public RequestSpotInstancesResponse requestSpotInstances(RequestSpotInstances requestSpotInstances) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public ResetInstanceAttributeResponse resetInstanceAttribute(ResetInstanceAttribute resetInstanceAttribute) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  public ResetInstanceAttributeResponse resetInstanceAttribute(ResetInstanceAttribute resetInstanceAttribute) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }

  public ResetSnapshotAttributeResponse resetSnapshotAttribute(ResetSnapshotAttribute resetSnapshotAttribute) {
    throw new EC2ServiceException(ClientError.Unsupported, "This operation is not available");
  }
View Full Code Here

  }
 

  public ResetNetworkInterfaceAttributeResponse resetNetworkInterfaceAttribute(
      ResetNetworkInterfaceAttribute resetNetworkInterfaceAttribute) {
    throw new EC2ServiceException(ClientError.Unsupported,
        "This operation is not available");
  }
View Full Code Here

        "This operation is not available");
  }

  public CreateRouteTableResponse createRouteTable(
      CreateRouteTable createRouteTable) {
    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.