Web Dynpro API Documentation

com.sap.tc.webdynpro.services.sal.deployment.api
Class WDDeploymentException

com.sap.tc.webdynpro.services.exceptions.WDException
  |
  +--com.sap.tc.webdynpro.services.sal.deployment.api.WDDeploymentException

public class WDDeploymentException
extends WDException

This class is used for deployment exceptions like the logical name of an application that couldn't be resolved, etc.


Constructor Summary
WDDeploymentException(java.lang.String messageText)
          Constructs a DeploymentException object.
WDDeploymentException(java.lang.String messageText, java.lang.Object[] parameters)
          Constructor for DeploymentException.
WDDeploymentException(java.lang.String messageText, java.lang.Object[] parameters, java.lang.Throwable reason)
          Constructor for DeploymentException.
WDDeploymentException(java.lang.String messageText, java.lang.Throwable reason)
          Constructs a DeploymentException object.
WDDeploymentException(java.lang.Throwable reason)
          Constructs a DeploymentException object.
 

Constructor Detail

WDDeploymentException

public WDDeploymentException(java.lang.String messageText)
Constructs a DeploymentException object.
Parameters:
messageText - message text of the exception

WDDeploymentException

public WDDeploymentException(java.lang.String messageText,
                             java.lang.Throwable reason)
Constructs a DeploymentException object.
Parameters:
messageText - message text of the exception
reason - the reason of the exception

WDDeploymentException

public WDDeploymentException(java.lang.String messageText,
                             java.lang.Object[] parameters)
Constructor for DeploymentException.
Parameters:
messageText -  
parameters -  

WDDeploymentException

public WDDeploymentException(java.lang.String messageText,
                             java.lang.Object[] parameters,
                             java.lang.Throwable reason)
Constructor for DeploymentException.
Parameters:
messageText -  
parameters -  
reason -  

WDDeploymentException

public WDDeploymentException(java.lang.Throwable reason)
Constructs a DeploymentException object.
Parameters:
reason - the reason of the exception

Web Dynpro API Documentation

Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15