Web Dynpro API Documentation

com.sap.tc.webdynpro.modelimpl.dynamicrfc
Class WDDynamicRFCExecuteException

com.sap.tc.webdynpro.progmodel.model.api.WDModelException
  |
  +--com.sap.tc.webdynpro.modelimpl.rfcadapter.WDRFCException
        |
        +--com.sap.tc.webdynpro.modelimpl.rfcadapter.WDExecuteRFCException
              |
              +--com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException

public class WDDynamicRFCExecuteException
extends WDExecuteRFCException

Title: Web Dynpro Dynamic RFC Adapter Exception Description: Copyright: Copyright (c) 2003 Company: SAP AG

Version:
$Id: //tc/WebDynproRuntime/630_VAL_REL/src/_webdynpro_model_dynamicrfc/java/com/sap/tc/webdynpro/modelimpl/dynamicrfc/WDDynamicRFCExecuteException.java#1 $

Fields inherited from class com.sap.tc.webdynpro.modelimpl.rfcadapter.WDRFCException
RFCADAPTERCLASS_LIST_WRONG_ELEMENT_TYPE
 
Fields inherited from class com.sap.tc.webdynpro.progmodel.model.api.WDModelException
MODEL_ALREADY_EXIST_IN_SCOPE, MODEL_ALREADY_EXIST_WITH_INSTANCEID, MODEL_NOT_COMPATIBLE_FOR_CREATION_BY_WDMODELFACTORY, MODEL_SCOPE_CANT_BE_NULL, MODELCLASS_LIST_ALLOWED_TYPE, MODELCLASS_LIST_WRONG_ELEMENT_TYPE
 
Constructor Summary
WDDynamicRFCExecuteException(java.lang.String messageText)
          Creates a web dynpro RFC Execution exception
WDDynamicRFCExecuteException(java.lang.String messageText, java.lang.Object[] parameters)
          Creates a web dynpro RFC Execution exception
WDDynamicRFCExecuteException(java.lang.String messageText, java.lang.Object[] parameters, java.lang.Throwable reason)
          Creates a web dynpro RFC Execution exception
WDDynamicRFCExecuteException(java.lang.String messageText, java.lang.Throwable reason)
          Creates a web dynpro RFC Execution exception
WDDynamicRFCExecuteException(java.lang.Throwable reason)
          Creates a web dynpro RFC Execution exception
 
Method Summary
 com.sap.aii.proxy.framework.core.BaseType getFault()
          Returns the object carrying the fault information resulting from the exception raised in the backend.
 java.lang.String getMessage()
          Returns the expanded message text of the fault returned by the backend.
 WDDynamicRFC_Fault getWDDynamicRFC_Fault()
          Returns the object carrying the fault information resulting from the exception raised in the backend.
 

Constructor Detail

WDDynamicRFCExecuteException

public WDDynamicRFCExecuteException(java.lang.String messageText)
Creates a web dynpro RFC Execution exception
Parameters:
messageText -  

WDDynamicRFCExecuteException

public WDDynamicRFCExecuteException(java.lang.String messageText,
                                    java.lang.Throwable reason)
Creates a web dynpro RFC Execution exception
Parameters:
messageText -  
reason -  

WDDynamicRFCExecuteException

public WDDynamicRFCExecuteException(java.lang.Throwable reason)
Creates a web dynpro RFC Execution exception
Parameters:
reason -  

WDDynamicRFCExecuteException

public WDDynamicRFCExecuteException(java.lang.String messageText,
                                    java.lang.Object[] parameters)
Creates a web dynpro RFC Execution exception
Parameters:
messageText -  
parameters -  

WDDynamicRFCExecuteException

public WDDynamicRFCExecuteException(java.lang.String messageText,
                                    java.lang.Object[] parameters,
                                    java.lang.Throwable reason)
Creates a web dynpro RFC Execution exception
Parameters:
messageText -  
parameters -  
reason -  
Method Detail

getMessage

public java.lang.String getMessage()
Returns the expanded message text of the fault returned by the backend.
Overrides:
getMessage in class WDExecuteRFCException

getFault

public com.sap.aii.proxy.framework.core.BaseType getFault()
Returns the object carrying the fault information resulting from the exception raised in the backend. the returned object must be cast to the appropriate FaultType to access specific Fault properties.
Overrides:
getFault in class WDExecuteRFCException

getWDDynamicRFC_Fault

public WDDynamicRFC_Fault getWDDynamicRFC_Fault()
Returns the object carrying the fault information resulting from the exception raised in the backend.

Web Dynpro API Documentation

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