Class AlreadyExistsException

All Implemented Interfaces:
Serializable

public class AlreadyExistsException extends AmazonServiceException

Indicates that a resource could not be created due to a naming conflict.

See Also:
  • Constructor Details

    • AlreadyExistsException

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

    • setName

      public void setName(String name)
      Parameters:
      name -
    • getName

      public String getName()
      Returns:
    • withName

      public AlreadyExistsException withName(String name)
      Parameters:
      name -
      Returns:
      Returns a reference to this object so that method calls can be chained together.