Class AutoDeploymentException

  • All Implemented Interfaces:
    Serializable

    public class AutoDeploymentException
    extends org.glassfish.deployment.common.DeploymentException
    AutoDeploymentException
    Author:
    vikas
    See Also:
    Serialized Form
    • Constructor Detail

      • AutoDeploymentException

        public AutoDeploymentException()
        constructor with no argument
      • AutoDeploymentException

        public AutoDeploymentException​(String mes)
        constructor with argument String
      • AutoDeploymentException

        public AutoDeploymentException​(Throwable t)
        constructor with argument Throwable
      • AutoDeploymentException

        public AutoDeploymentException​(String s,
                                       Throwable t)
        constructor with argument String, Throwable