Web Dynpro API Documentation

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

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

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 WDServerPlatformException
extends WDRuntimeException

Web Dynpro runtime exception thrown if the specified server platform implementation or one of the requested classes of the server platform implementation couldn't be found or loaded.


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

Constructor Detail

WDServerPlatformException

public WDServerPlatformException(java.lang.String messageText)
Deprecated. 
Creates a web dynpro server platform exception.

WDServerPlatformException

public WDServerPlatformException(java.lang.String messageText,
                                 java.lang.Throwable reason)
Deprecated. 
Creates a web dynpro server platform exception.

WDServerPlatformException

public WDServerPlatformException(java.lang.Throwable reason)
Deprecated. 
Creates a web dynpro server platform exception.

WDServerPlatformException

public WDServerPlatformException(java.lang.String messageText,
                                 java.lang.Object[] parameters)
Deprecated. 
Creates a web dynpro server platform exception.

WDServerPlatformException

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

Web Dynpro API Documentation

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