org.glassfish.deployment.autodeploy
Class AutoDeploymentException

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

public class AutoDeploymentException
extends DeploymentException

AutoDeploymentException

Author:
vikas
See Also:
Serialized Form

Constructor Summary
AutoDeploymentException()
          constructor with no argument
AutoDeploymentException(java.lang.String mes)
          constructor with argument String
AutoDeploymentException(java.lang.String s, java.lang.Throwable t)
          constructor with argument String, Throwable
AutoDeploymentException(java.lang.Throwable t)
          constructor with argument Throwable
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AutoDeploymentException

public AutoDeploymentException()
constructor with no argument


AutoDeploymentException

public AutoDeploymentException(java.lang.String mes)
constructor with argument String


AutoDeploymentException

public AutoDeploymentException(java.lang.Throwable t)
constructor with argument Throwable


AutoDeploymentException

public AutoDeploymentException(java.lang.String s,
                               java.lang.Throwable t)
constructor with argument String, Throwable



Copyright © 2012 GlassFish Community. All Rights Reserved.