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:
    Serialized Form
    • Constructor Detail

      • ResourceAlreadyExistsException

        public ResourceAlreadyExistsException​(Throwable cause)
      • ResourceAlreadyExistsException

        public ResourceAlreadyExistsException​(String resourceTypeName,
                                              String resourceIdentifier)
      • ResourceAlreadyExistsException

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