com.sap.tc.webdynpro.services.sal.config.api
Class WDInvalidConfigParameterException
com.sap.tc.webdynpro.services.exceptions.WDException
|
+--com.sap.tc.webdynpro.services.sal.config.api.WDConfigurationException
|
+--com.sap.tc.webdynpro.services.sal.config.api.WDInvalidConfigParameterException
- public class WDInvalidConfigParameterException
- extends WDConfigurationException
This exception is thrown, if a configuration parameter
could not be found in the configuration.
WDInvalidConfigParameterException
public WDInvalidConfigParameterException(java.lang.String messageText)
- Constructs a WDInvalidConfigParameterException object.
- Parameters:
messageText - message text of the exception
WDInvalidConfigParameterException
public WDInvalidConfigParameterException(java.lang.String messageText,
java.lang.Throwable reason)
- Constructs a WDInvalidConfigParameterException object.
- Parameters:
messageText - message text of the exceptionreason - the reason of the exception
WDInvalidConfigParameterException
public WDInvalidConfigParameterException(java.lang.String messageText,
java.lang.Object[] parameters)
- Parameters:
messageText - parameters -
WDInvalidConfigParameterException
public WDInvalidConfigParameterException(java.lang.String messageText,
java.lang.Object[] parameters,
java.lang.Throwable reason)
- Parameters:
messageText - parameters - reason -
WDInvalidConfigParameterException
public WDInvalidConfigParameterException(java.lang.Throwable reason)
- Constructs a WDInvalidConfigParameterException object.
- Parameters:
reason - the reason of the exception
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15