Class ResourceAlreadyExistsException

All Implemented Interfaces:
Serializable

public class ResourceAlreadyExistsException extends CfnAlreadyExistsException
Uses for this exception class should delegate instead to CfnAlreadyExistsException. Many APIs use exception classes titled ResourceAlreadyExistsException, and if handler authors use this class, they'll often need to use the fully qualified exception name.
See Also:
  • Constructor Details

    • ResourceAlreadyExistsException

      public ResourceAlreadyExistsException(Throwable cause)
    • ResourceAlreadyExistsException

      public ResourceAlreadyExistsException(String resourceTypeName, String resourceIdentifier)
    • ResourceAlreadyExistsException

      public ResourceAlreadyExistsException(String resourceTypeName, String resourceIdentifier, Throwable cause)