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

Class WDUserAbortException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sap.exception.BaseException
              extended bycom.sap.tc.webdynpro.services.exceptions.WDException
                  extended bycom.sap.tc.webdynpro.services.cal.core.exceptions.WDClientTaskException
                      extended bycom.sap.tc.webdynpro.services.cal.core.exceptions.WDUserAbortException
All Implemented Interfaces:
com.sap.exception.IBaseException, Serializable

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 WDUserAbortException
extends WDClientTaskException

Thrown if the execution of an IClientTask is aborted due to an user abort of the actual session.

See Also:
Serialized Form

Type Classification Type Classification:

This type is not part of the Web Dynpro API. Applications must not use this type directly.

For a detailed explanation of API classification see the Web Dynpro Compatibility Guide

Field Summary
 
Fields inherited from interface com.sap.exception.IBaseException
audit, defaultLocale
 
Constructor Summary
WDUserAbortException(String messageText)
          Deprecated. Constructor for WDUserAbortException.
WDUserAbortException(String messageText, Object[] parameters)
          Deprecated. Constructor for WDUserAbortException.
WDUserAbortException(String messageText, Object[] parameters, Throwable reason)
          Deprecated. Constructor for WDUserAbortException.
WDUserAbortException(String messageText, Throwable reason)
          Deprecated. Constructor for WDUserAbortException.
WDUserAbortException(Throwable reason)
          Deprecated. Constructor for WDUserAbortException.
 
Methods inherited from class com.sap.exception.BaseException
finallyLocalize, finallyLocalize, finallyLocalize, finallyLocalize, getCause, getLocalizableMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLogCategory, getLogLocation, getLogSeverity, getMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedStackTraceString, getStackTraceString, getSystemStackTraceString, initCause, log, printStackTrace, printStackTrace, printStackTrace, restoreLogSettings, setLogSettings, trace, trace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WDUserAbortException

public WDUserAbortException(String messageText)
Deprecated. 
Constructor for WDUserAbortException.

Parameters:
messageText -

WDUserAbortException

public WDUserAbortException(String messageText,
                            Throwable reason)
Deprecated. 
Constructor for WDUserAbortException.

Parameters:
messageText -
reason -

WDUserAbortException

public WDUserAbortException(Throwable reason)
Deprecated. 
Constructor for WDUserAbortException.

Parameters:
reason -

WDUserAbortException

public WDUserAbortException(String messageText,
                            Object[] parameters)
Deprecated. 
Constructor for WDUserAbortException.

Parameters:
messageText -
parameters -

WDUserAbortException

public WDUserAbortException(String messageText,
                            Object[] parameters,
                            Throwable reason)
Deprecated. 
Constructor for WDUserAbortException.

Parameters:
messageText -
parameters -
reason -


Copyright 2006 SAP AG Complete Copyright Notice