com.sap.tc.webdynpro.services.cal.core.exceptions
Class WDClientException
com.sap.tc.webdynpro.services.exceptions.WDException
|
+--com.sap.tc.webdynpro.services.cal.core.exceptions.WDClientException
- public class WDClientException
- extends WDException
This unchecked exception is thrown, if something in the ClientAbstraction went wrong, but it
has to be catched.
WDClientException
public WDClientException(java.lang.String messageText)
- Parameters:
messageText -
WDClientException
public WDClientException(java.lang.String messageText,
java.lang.Object[] parameters)
- Parameters:
messageText - parameters -
WDClientException
public WDClientException(java.lang.String messageText,
java.lang.Object[] parameters,
java.lang.Throwable reason)
- Parameters:
messageText - parameters - reason -
WDClientException
public WDClientException(java.lang.String messageText,
java.lang.Throwable reason)
- Parameters:
messageText - reason -
WDClientException
public WDClientException(java.lang.Throwable reason)
- Parameters:
reason -
Copyright © 2004 SAP AG. Automatically generated Thu Mar 3 2005, 22:15