Class ResourceConflictException

All Implemented Interfaces:
Serializable

public class ResourceConflictException extends AmazonServiceException

The resource already exists.

See Also:
  • Constructor Details

    • ResourceConflictException

      public ResourceConflictException(String message)
      Constructs a new ResourceConflictException with the specified error message.
      Parameters:
      message - Describes the error encountered.
  • Method Details

    • setType

      public void setType(String type)
      Parameters:
      type -
    • getType

      public String getType()
      Returns:
    • withType

      public ResourceConflictException withType(String type)
      Parameters:
      type -
      Returns:
      Returns a reference to this object so that method calls can be chained together.