Web Dynpro API Documentation

com.sap.tc.webdynpro.services.sal.config.api
Class WDConfigurationNotFoundException

com.sap.tc.webdynpro.services.exceptions.WDException
  |
  +--com.sap.tc.webdynpro.services.sal.config.api.WDConfigurationException
        |
        +--com.sap.tc.webdynpro.services.sal.config.api.WDConfigurationNotFoundException

public class WDConfigurationNotFoundException
extends WDConfigurationException

This exception is thrown, if a specified configuration unit couldn't be loaded.


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

Constructor Detail

WDConfigurationNotFoundException

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

WDConfigurationNotFoundException

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

WDConfigurationNotFoundException

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

WDConfigurationNotFoundException

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

WDConfigurationNotFoundException

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

Web Dynpro API Documentation

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