Web Dynpro API Documentation

com.sap.tc.webdynpro.services.sal.api
Class WDDispatcherException

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException
  |
  +--com.sap.tc.webdynpro.services.sal.api.WDDispatcherException

Deprecated. This class might be withdrawn from the Web Dynpro API with the first new NetWeaver release in 2006. It is not reasonable for applications to explicitly catch this subclass of WDRuntimeException.

public class WDDispatcherException
extends WDRuntimeException

Web Dynpro runtime exception thrown if the request dispatcher (e.g. the dispatcher servlet, the Web Dynpro portal component, or other Web Dynpro servlets) fail to dispatch the request to the Web Dynpro runtime for some reason.


Constructor Summary
WDDispatcherException(java.lang.String messageText)
          Deprecated. Creates a web dynpro dispatcher exception.
WDDispatcherException(java.lang.String messageText, java.lang.Object[] parameters)
          Deprecated. Creates a web dynpro dispatcher exception.
WDDispatcherException(java.lang.String messageText, java.lang.Object[] parameters, java.lang.Throwable reason)
          Deprecated. Creates a web dynpro dispatcher exception.
WDDispatcherException(java.lang.String messageText, java.lang.Throwable reason)
          Deprecated. Creates a web dynpro dispatcher exception.
WDDispatcherException(java.lang.Throwable reason)
          Deprecated. Creates a web dynpro dispatcher exception.
 

Constructor Detail

WDDispatcherException

public WDDispatcherException(java.lang.String messageText)
Deprecated. 
Creates a web dynpro dispatcher exception.

WDDispatcherException

public WDDispatcherException(java.lang.String messageText,
                             java.lang.Throwable reason)
Deprecated. 
Creates a web dynpro dispatcher exception.

WDDispatcherException

public WDDispatcherException(java.lang.Throwable reason)
Deprecated. 
Creates a web dynpro dispatcher exception.

WDDispatcherException

public WDDispatcherException(java.lang.String messageText,
                             java.lang.Object[] parameters)
Deprecated. 
Creates a web dynpro dispatcher exception.

WDDispatcherException

public WDDispatcherException(java.lang.String messageText,
                             java.lang.Object[] parameters,
                             java.lang.Throwable reason)
Deprecated. 
Creates a web dynpro dispatcher exception.

Web Dynpro API Documentation

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