Class AutoDeploymentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.glassfish.deployment.common.DeploymentException
org.glassfish.deployment.autodeploy.AutoDeploymentException
All Implemented Interfaces:
Serializable

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

    • 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