Class TargetNotFoundException

All Implemented Interfaces:
Serializable

public class TargetNotFoundException extends DeployerException
Exception thrown when a target is requested but doesn't exist.
Author:
avasquez
See Also:
  • Field Details

    • id

      protected String id
    • env

      protected String env
    • siteName

      protected String siteName
  • Constructor Details

    • TargetNotFoundException

      public TargetNotFoundException(String id, String env, String siteName)
  • Method Details

    • getId

      public String getId()
    • getEnv

      public String getEnv()
    • getSiteName

      public String getSiteName()