com.sap.tc.webdynpro.services.exceptions

Class WDCreationFailedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.sap.exception.BaseRuntimeException
                  extended bycom.sap.tc.webdynpro.services.exceptions.WDRuntimeException
                      extended bycom.sap.tc.webdynpro.services.exceptions.WDCreationFailedException
All Implemented Interfaces:
com.sap.exception.IBaseException, Serializable

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

Class WDCreationFailedException

See Also:
Serialized Form

Type Classification Type Classification:

This class is part of the Web Dynpro API, so applications may reference it or call any method of this type, but they must not subclass it.

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
WDCreationFailedException(String messageText)
          Deprecated. Constructor for CreationFailedException.
WDCreationFailedException(String messageText, Object[] parameters)
          Deprecated. Constructor for CreationFailedException.
WDCreationFailedException(String messageText, Object[] parameters, Throwable reason)
          Deprecated. Constructor for CreationFailedException.
WDCreationFailedException(String messageText, Throwable reason)
          Deprecated. Constructor for CreationFailedException.
WDCreationFailedException(Throwable reason)
          Deprecated. Constructor for CreationFailedException.
 
Methods inherited from class com.sap.exception.BaseRuntimeException
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

WDCreationFailedException

public WDCreationFailedException(String messageText)
Deprecated. 
Constructor for CreationFailedException.

Parameters:
messageText -

WDCreationFailedException

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

Parameters:
messageText -
reason -

WDCreationFailedException

public WDCreationFailedException(Throwable reason)
Deprecated. 
Constructor for CreationFailedException.

Parameters:
reason -

WDCreationFailedException

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

Parameters:
messageText -
parameters -

WDCreationFailedException

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

Parameters:
messageText -
parameters -
reason -


Copyright 2006 SAP AG Complete Copyright Notice