Class TargetAlreadyExistsException

  • All Implemented Interfaces:
    Serializable

    public class TargetAlreadyExistsException
    extends DeployerException
    Exception thrown when a target is about to be created but a target with the same ID already exists.
    Author:
    avasquez
    See Also:
    Serialized Form
    • Constructor Detail

      • TargetAlreadyExistsException

        public TargetAlreadyExistsException​(String id,
                                            String env,
                                            String siteName)
    • Method Detail

      • getId

        public String getId()
      • getEnv

        public String getEnv()
      • getSiteName

        public String getSiteName()