Class CannotDeleteException

All Implemented Interfaces:
Serializable

public class CannotDeleteException extends AmazonServiceException

Indicates that the delete operation could not be completed.

See Also:
  • Constructor Details

    • CannotDeleteException

      public CannotDeleteException(String message)
      Constructs a new CannotDeleteException 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 CannotDeleteException withName(String name)
      Parameters:
      name -
      Returns:
      Returns a reference to this object so that method calls can be chained together.