|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.sap.tc.webdynpro.services.exceptions.WDException | +--com.sap.tc.webdynpro.services.sal.deployment.api.WDDeploymentException
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 |
public WDDeploymentException(java.lang.String messageText)
messageText - message text of the exception
public WDDeploymentException(java.lang.String messageText,
java.lang.Throwable reason)
messageText - message text of the exceptionreason - the reason of the exception
public WDDeploymentException(java.lang.String messageText,
java.lang.Object[] parameters)
messageText - parameters -
public WDDeploymentException(java.lang.String messageText,
java.lang.Object[] parameters,
java.lang.Throwable reason)
messageText - parameters - reason - public WDDeploymentException(java.lang.Throwable reason)
reason - the reason of the exception
|
Web Dynpro API Documentation | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||