Web Dynpro API Documentation

com.sap.tc.webdynpro.services.cal.core.exceptions
Class WDClientTaskException

com.sap.tc.webdynpro.services.exceptions.WDException
  |
  +--com.sap.tc.webdynpro.services.cal.core.exceptions.WDClientTaskException
Direct Known Subclasses:
WDClientTaskError, WDClientTaskWarning, WDUserAbortException

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

public class WDClientTaskException
extends WDException

Base class of exceptions thrown if something goes wrong in the execution of an IClientTask.


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

Constructor Detail

WDClientTaskException

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

WDClientTaskException

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

WDClientTaskException

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

WDClientTaskException

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

WDClientTaskException

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

Web Dynpro API Documentation

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