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 Summary
ConstructorsConstructorDescriptionconstructor with no argumentconstructor with argument Stringconstructor with argument String, Throwableconstructor with argument Throwable -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AutoDeploymentException
public AutoDeploymentException()constructor with no argument -
AutoDeploymentException
constructor with argument String -
AutoDeploymentException
constructor with argument Throwable -
AutoDeploymentException
constructor with argument String, Throwable
-