Example usage for com.amazonaws AmazonServiceException subclass-usage

List of usage examples for com.amazonaws AmazonServiceException subclass-usage

Introduction

In this page you can find the example usage for com.amazonaws AmazonServiceException subclass-usage.

Usage

From source file com.eucalyptus.simpleworkflow.common.model.DefaultUndefinedException.java

/**
 * AmazonSimpleWorkflow exception
 */
public class DefaultUndefinedException extends AmazonServiceException {
    private static final long serialVersionUID = 1L;

From source file com.eucalyptus.simpleworkflow.common.model.DomainAlreadyExistsException.java

/**
 * <p>
 * Returned if the specified domain already exists. You will get this
 * fault even if the existing domain is in deprecated status.
 * </p>
 */

From source file com.eucalyptus.simpleworkflow.common.model.DomainDeprecatedException.java

/**
 * <p>
 * Returned when the specified domain has been deprecated.
 * </p>
 */
public class DomainDeprecatedException extends AmazonServiceException {

From source file com.eucalyptus.simpleworkflow.common.model.LimitExceededException.java

/**
 * <p>
 * Returned by any operation if a system imposed limitation has been
 * reached. To address this fault you should either clean up unused
 * resources or increase the limit by contacting AWS.
 * </p>

From source file com.eucalyptus.simpleworkflow.common.model.OperationNotPermittedException.java

/**
 * <p>
 * Returned when the caller does not have sufficient permissions to
 * invoke the action.
 * </p>
 */

From source file com.eucalyptus.simpleworkflow.common.model.TypeAlreadyExistsException.java

/**
 * <p>
 * Returned if the type already exists in the specified domain. You will
 * get this fault even if the existing type is in deprecated status. You
 * can specify another version if the intent is to create a new distinct
 * version of the type.

From source file com.eucalyptus.simpleworkflow.common.model.TypeDeprecatedException.java

/**
 * <p>
 * Returned when the specified activity or workflow type was already
 * deprecated.
 * </p>
 */

From source file com.eucalyptus.simpleworkflow.common.model.UnknownResourceException.java

/**
 * <p>
 * Returned when the named resource cannot be found with in the scope of
 * this operation (region or domain). This could happen if the named
 * resource was never created or is no longer available for this
 * operation.

From source file com.eucalyptus.simpleworkflow.common.model.WorkflowExecutionAlreadyStartedException.java

/**
 * <p>
 * Returned by StartWorkflowExecution when an open execution with the
 * same workflowId is already running in the specified domain.
 * </p>
 */