Web Dynpro API Documentation

com.sap.tc.webdynpro.services.exceptions
Class WDCreationFailedException

com.sap.tc.webdynpro.services.exceptions.WDRuntimeException
  |
  +--com.sap.tc.webdynpro.services.exceptions.WDCreationFailedException

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

Class WDCreationFailedException


Constructor Summary
WDCreationFailedException(java.lang.String messageText)
          Deprecated. Constructor for CreationFailedException.
WDCreationFailedException(java.lang.String messageText, java.lang.Object[] parameters)
          Deprecated. Constructor for CreationFailedException.
WDCreationFailedException(java.lang.String messageText, java.lang.Object[] parameters, java.lang.Throwable reason)
          Deprecated. Constructor for CreationFailedException.
WDCreationFailedException(java.lang.String messageText, java.lang.Throwable reason)
          Deprecated. Constructor for CreationFailedException.
WDCreationFailedException(java.lang.Throwable reason)
          Deprecated. Constructor for CreationFailedException.
 

Constructor Detail

WDCreationFailedException

public WDCreationFailedException(java.lang.String messageText)
Deprecated. 
Constructor for CreationFailedException.
Parameters:
messageText -  

WDCreationFailedException

public WDCreationFailedException(java.lang.String messageText,
                                 java.lang.Throwable reason)
Deprecated. 
Constructor for CreationFailedException.
Parameters:
messageText -  
reason -  

WDCreationFailedException

public WDCreationFailedException(java.lang.Throwable reason)
Deprecated. 
Constructor for CreationFailedException.
Parameters:
reason -  

WDCreationFailedException

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

WDCreationFailedException

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

Web Dynpro API Documentation

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