Web Dynpro API Documentation

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

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

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

Thrown if a checked exception occurs during Web Dynpro phase handling.


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

Constructor Detail

WDPhaseHandlingException

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

WDPhaseHandlingException

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

WDPhaseHandlingException

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

WDPhaseHandlingException

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

WDPhaseHandlingException

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

Web Dynpro API Documentation

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