com.sap.caf.rt.exception

Class CAFDataAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.exception.BaseException
              extended by com.sap.caf.rt.exception.CAFBaseException
                  extended by com.sap.caf.rt.exception.CAFDataAccessException
All Implemented Interfaces:
com.sap.exception.IBaseException, Serializable

@WebFault(name="CAFDataAccessException",
          targetNamespace="http://www.sap.com/caf/sap.com/caf.core/faults",
          faultBean="com.sap.caf.rt.exception.FaultInfo")
public class CAFDataAccessException
extends CAFBaseException

This exception is thrown by the CAF service backend when a persistency-related problem occurs.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.sap.exception.IBaseException
audit, defaultLocale
 
Constructor Summary
CAFDataAccessException()
          Deprecated. Use CAFDataAccessException(Location) instead.
CAFDataAccessException(com.sap.exception.BaseExceptionInfo baseExcInfo)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.exception.BaseExceptionInfo baseExcInfo, boolean isRealCause)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText, Throwable cause)
          Deprecated.  
CAFDataAccessException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText, Throwable cause, boolean isRealCause)
          Deprecated.  
CAFDataAccessException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause)
          Deprecated.  
CAFDataAccessException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause, boolean isRealCause)
          Deprecated.  
CAFDataAccessException(com.sap.localization.LocalizableText localizableText)
          Deprecated. Use CAFDataAccessException(Location, LocalizableText) instead.
CAFDataAccessException(com.sap.localization.LocalizableTextFormatter textFormatter)
          Deprecated. Use CAFDataAccessException(Location, LocalizableText) instead.
CAFDataAccessException(com.sap.localization.LocalizableTextFormatter textFormatter, Throwable cause)
          Deprecated. Use CAFDataAccessException(Location, LocalizableText, Throwable) instead.
CAFDataAccessException(com.sap.localization.LocalizableTextFormatter textFormatter, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFDataAccessException(Location, LocalizableText, Throwable, boolean) instead.
CAFDataAccessException(com.sap.localization.LocalizableText localizableText, Throwable cause)
          Deprecated. Use CAFDataAccessException(Location, LocalizableText, Throwable) instead.
CAFDataAccessException(com.sap.localization.LocalizableText localizableText, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFDataAccessException(Location, LocalizableText, Throwable, boolean) instead.
CAFDataAccessException(com.sap.tc.logging.Location location)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText, Throwable cause)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText, Throwable cause, boolean isRealCause)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg, Throwable cause)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg, Throwable cause, boolean isRealCause)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Object[] args)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause, boolean isRealCause)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Throwable cause)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Throwable cause, boolean isRealCause)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, String key)
          Constructs a new CAFDataAccessException with the default CAF resource accessor.
CAFDataAccessException(com.sap.tc.logging.Location location, String key, Object[] args)
          Constructs a new CAFDataAccessException with the default CAF resource accessor.
CAFDataAccessException(com.sap.tc.logging.Location location, String key, Object[] args, Throwable cause)
          Constructs a new CAFDataAccessException with the default CAF resource accessor.
CAFDataAccessException(com.sap.tc.logging.Location location, String key, Object[] args, Throwable cause, boolean isRealCause)
          Constructs a new CAFDataAccessException with the default CAF resource accessor.
CAFDataAccessException(com.sap.tc.logging.Location location, String key, Throwable cause)
          Constructs a new CAFDataAccessException with the default CAF resource accessor.
CAFDataAccessException(com.sap.tc.logging.Location location, String key, Throwable cause, boolean isRealCause)
          Constructs a new CAFDataAccessException with the default CAF resource accessor.
CAFDataAccessException(com.sap.tc.logging.Location location, Throwable cause)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.tc.logging.Location location, Throwable cause, boolean isRealCause)
          Constructs a new CAFDataAccessException.
CAFDataAccessException(com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg)
          Deprecated. Use CAFDataAccessException#CAFDataAccessException(Location, ResourceAccessor, Msg) instead.
CAFDataAccessException(com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg, Throwable cause)
          Deprecated. Use CAFDataAccessException#CAFDataAccessException(Location, ResourceAccessor, Msg, Throwable) instead.
CAFDataAccessException(com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFDataAccessException#CAFDataAccessException(Location, ResourceAccessor, Msg, Throwable, boolean) instead.
CAFDataAccessException(com.sap.localization.ResourceAccessor ra, String key)
          Deprecated. Use CAFDataAccessException(Location, ResourceAccessor, String) instead.
CAFDataAccessException(com.sap.localization.ResourceAccessor ra, String key, Object[] args)
          Deprecated. Use CAFDataAccessException(Location, ResourceAccessor, String, Object[]) instead.
CAFDataAccessException(com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause)
          Deprecated. Use CAFDataAccessException(Location, ResourceAccessor, String, Object[], Throwable) instead.
CAFDataAccessException(com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFDataAccessException(Location, ResourceAccessor, String, Object[], Throwable, boolean) instead.
CAFDataAccessException(com.sap.localization.ResourceAccessor ra, String key, Throwable cause)
          Deprecated. Use CAFDataAccessException(Location, ResourceAccessor, String, Throwable) instead.
CAFDataAccessException(com.sap.localization.ResourceAccessor ra, String key, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFDataAccessException(Location, ResourceAccessor, String, Throwable, boolean) instead.
CAFDataAccessException(String key)
          Deprecated. Use CAFDataAccessException(Location, String) instead.
CAFDataAccessException(String key, Object[] args)
          Deprecated. Use CAFDataAccessException(Location, String, Object[]) instead.
CAFDataAccessException(String key, Object[] args, Throwable cause)
          Deprecated. Use CAFDataAccessException(Location, String, Object[], Throwable) instead.
CAFDataAccessException(String key, Object[] args, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFDataAccessException(Location, String, Object[], Throwable, boolean) instead.
CAFDataAccessException(String key, Throwable cause)
          Deprecated. Use CAFDataAccessException(Location, String, Throwable) instead.
CAFDataAccessException(String key, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFDataAccessException(Location, String, Throwable, boolean) instead.
CAFDataAccessException(Throwable cause)
          Deprecated. Use CAFDataAccessException(Location, Throwable) instead.
CAFDataAccessException(Throwable cause, boolean isRealCause)
          Deprecated. Use CAFDataAccessException(Location, Throwable, boolean) instead.
 
Method Summary
 
Methods inherited from class com.sap.caf.rt.exception.CAFBaseException
getFaultInfo, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getMessage, getRealCause, setFaultInfo
 
Methods inherited from class com.sap.exception.BaseException
finallyLocalize, finallyLocalize, finallyLocalize, finallyLocalize, getCause, getLocalizableMessage, getLogCategory, getLogLocation, getLogSeverity, 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

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location

CAFDataAccessException

public CAFDataAccessException()
Deprecated. Use CAFDataAccessException(Location) instead.

Constructs a new CAFDataAccessException.


CAFDataAccessException

public CAFDataAccessException(com.sap.exception.BaseExceptionInfo baseExcInfo)
Constructs a new CAFDataAccessException.

Parameters:
baseExcInfo - information about the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.exception.BaseExceptionInfo baseExcInfo,
                              boolean isRealCause)
Constructs a new CAFDataAccessException.

Parameters:
baseExcInfo - information about the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              Throwable cause)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(Throwable cause)
Deprecated. Use CAFDataAccessException(Location, Throwable) instead.

Constructs a new CAFDataAccessException.

Parameters:
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              Throwable cause,
                              boolean isRealCause)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(Throwable cause,
                              boolean isRealCause)
Deprecated. Use CAFDataAccessException(Location, Throwable, boolean) instead.

Constructs a new CAFDataAccessException.

Parameters:
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              com.sap.localization.ResourceAccessor ra,
                              String key)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.ResourceAccessor ra,
                              String key)
Deprecated. Use CAFDataAccessException(Location, ResourceAccessor, String) instead.

Constructs a new CAFDataAccessException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              com.sap.localization.ResourceAccessor ra,
                              String key,
                              Throwable cause)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.ResourceAccessor ra,
                              String key,
                              Throwable cause)
Deprecated. Use CAFDataAccessException(Location, ResourceAccessor, String, Throwable) instead.

Constructs a new CAFDataAccessException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              com.sap.localization.ResourceAccessor ra,
                              String key,
                              Throwable cause,
                              boolean isRealCause)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.ResourceAccessor ra,
                              String key,
                              Throwable cause,
                              boolean isRealCause)
Deprecated. Use CAFDataAccessException(Location, ResourceAccessor, String, Throwable, boolean) instead.

Constructs a new CAFDataAccessException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              com.sap.localization.ResourceAccessor ra,
                              String key,
                              Object[] args)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.ResourceAccessor ra,
                              String key,
                              Object[] args)
Deprecated. Use CAFDataAccessException(Location, ResourceAccessor, String, Object[]) instead.

Constructs a new CAFDataAccessException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              com.sap.localization.ResourceAccessor ra,
                              String key,
                              Object[] args,
                              Throwable cause)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.ResourceAccessor ra,
                              String key,
                              Object[] args,
                              Throwable cause)
Deprecated. Use CAFDataAccessException(Location, ResourceAccessor, String, Object[], Throwable) instead.

Constructs a new CAFDataAccessException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              com.sap.localization.ResourceAccessor ra,
                              String key,
                              Object[] args,
                              Throwable cause,
                              boolean isRealCause)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.ResourceAccessor ra,
                              String key,
                              Object[] args,
                              Throwable cause,
                              boolean isRealCause)
Deprecated. Use CAFDataAccessException(Location, ResourceAccessor, String, Object[], Throwable, boolean) instead.

Constructs a new CAFDataAccessException.

Parameters:
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              com.sap.localization.ResourceAccessor ra,
                              com.sap.localization.LocalizableText.Msg msg)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
ra - resource accessor
msg - message from a resource bundle

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.ResourceAccessor ra,
                              com.sap.localization.LocalizableText.Msg msg)
Deprecated. Use CAFDataAccessException#CAFDataAccessException(Location, ResourceAccessor, Msg) instead.

Constructs a new CAFDataAccessException.

Parameters:
ra - resource accessor
msg - message from a resource bundle

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              com.sap.localization.ResourceAccessor ra,
                              com.sap.localization.LocalizableText.Msg msg,
                              Throwable cause)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
ra - resource accessor
msg - message from a resource bundle
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.ResourceAccessor ra,
                              com.sap.localization.LocalizableText.Msg msg,
                              Throwable cause)
Deprecated. Use CAFDataAccessException#CAFDataAccessException(Location, ResourceAccessor, Msg, Throwable) instead.

Constructs a new CAFDataAccessException.

Parameters:
ra - resource accessor
msg - message from a resource bundle
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              com.sap.localization.ResourceAccessor ra,
                              com.sap.localization.LocalizableText.Msg msg,
                              Throwable cause,
                              boolean isRealCause)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
ra - resource accessor
msg - message from a resource bundle
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.ResourceAccessor ra,
                              com.sap.localization.LocalizableText.Msg msg,
                              Throwable cause,
                              boolean isRealCause)
Deprecated. Use CAFDataAccessException#CAFDataAccessException(Location, ResourceAccessor, Msg, Throwable, boolean) instead.

Constructs a new CAFDataAccessException.

Parameters:
ra - resource accessor
msg - message from a resource bundle
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              com.sap.localization.LocalizableText localizableText)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
localizableText - localizable message

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.LocalizableText localizableText)
Deprecated. Use CAFDataAccessException(Location, LocalizableText) instead.

Constructs a new CAFDataAccessException.

Parameters:
localizableText - localizable message

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              com.sap.localization.LocalizableText localizableText,
                              Throwable cause)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
localizableText - localizable message
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.LocalizableText localizableText,
                              Throwable cause)
Deprecated. Use CAFDataAccessException(Location, LocalizableText, Throwable) instead.

Constructs a new CAFDataAccessException.

Parameters:
localizableText - localizable message
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              com.sap.localization.LocalizableText localizableText,
                              Throwable cause,
                              boolean isRealCause)
Constructs a new CAFDataAccessException.

Parameters:
location - logging location
localizableText - localizable message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.LocalizableText localizableText,
                              Throwable cause,
                              boolean isRealCause)
Deprecated. Use CAFDataAccessException(Location, LocalizableText, Throwable, boolean) instead.

Constructs a new CAFDataAccessException.

Parameters:
localizableText - localizable message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Category category,
                              int severity,
                              com.sap.tc.logging.Location location,
                              com.sap.localization.LocalizableText localizableText,
                              Throwable cause)
Deprecated. 

Constructs a new CAFDataAccessException.

Parameters:
category - logging category
severity - logging severity
location - logging location
localizableText - localizable message
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Category category,
                              int severity,
                              com.sap.tc.logging.Location location,
                              com.sap.localization.LocalizableText localizableText,
                              Throwable cause,
                              boolean isRealCause)
Deprecated. 

Constructs a new CAFDataAccessException.

Parameters:
category - logging category
severity - logging severity
location - logging location
localizableText - localizable message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Category category,
                              int severity,
                              com.sap.tc.logging.Location location,
                              com.sap.localization.ResourceAccessor ra,
                              String key,
                              Object[] args,
                              Throwable cause)
Deprecated. 

Constructs a new CAFDataAccessException.

Parameters:
category - logging category
severity - logging severity
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Category category,
                              int severity,
                              com.sap.tc.logging.Location location,
                              com.sap.localization.ResourceAccessor ra,
                              String key,
                              Object[] args,
                              Throwable cause,
                              boolean isRealCause)
Deprecated. 

Constructs a new CAFDataAccessException.

Parameters:
category - logging category
severity - logging severity
location - logging location
ra - resource accessor
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.LocalizableTextFormatter textFormatter)
Deprecated. Use CAFDataAccessException(Location, LocalizableText) instead.

Constructs a new CAFDataAccessException.

Parameters:
textFormatter - localizable message

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.LocalizableTextFormatter textFormatter,
                              Throwable cause)
Deprecated. Use CAFDataAccessException(Location, LocalizableText, Throwable) instead.

Constructs a new CAFDataAccessException.

Parameters:
textFormatter - localizable message
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.localization.LocalizableTextFormatter textFormatter,
                              Throwable cause,
                              boolean isRealCause)
Deprecated. Use CAFDataAccessException(Location, LocalizableText, Throwable, boolean) instead.

Constructs a new CAFDataAccessException.

Parameters:
textFormatter - localizable message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              String key)
Constructs a new CAFDataAccessException with the default CAF resource accessor.

Parameters:
location - logging location
key - the key of the message in the resource bundle

CAFDataAccessException

public CAFDataAccessException(String key)
Deprecated. Use CAFDataAccessException(Location, String) instead.

Constructs a new CAFDataAccessException with the default CAF resource accessor.

Parameters:
key - the key of the message in the resource bundle

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              String key,
                              Throwable cause)
Constructs a new CAFDataAccessException with the default CAF resource accessor.

Parameters:
location - logging location
key - the key of the message in the resource bundle
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(String key,
                              Throwable cause)
Deprecated. Use CAFDataAccessException(Location, String, Throwable) instead.

Constructs a new CAFDataAccessException with the default CAF resource accessor.

Parameters:
key - the key of the message in the resource bundle
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              String key,
                              Throwable cause,
                              boolean isRealCause)
Constructs a new CAFDataAccessException with the default CAF resource accessor.

Parameters:
location - logging location
key - the key of the message in the resource bundle
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(String key,
                              Throwable cause,
                              boolean isRealCause)
Deprecated. Use CAFDataAccessException(Location, String, Throwable, boolean) instead.

Constructs a new CAFDataAccessException with the default CAF resource accessor.

Parameters:
key - the key of the message in the resource bundle
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              String key,
                              Object[] args)
Constructs a new CAFDataAccessException with the default CAF resource accessor.

Parameters:
location - logging location
key - the key of the message in the resource bundle
args - arguments for the message

CAFDataAccessException

public CAFDataAccessException(String key,
                              Object[] args)
Deprecated. Use CAFDataAccessException(Location, String, Object[]) instead.

Constructs a new CAFDataAccessException with the default CAF resource accessor.

Parameters:
key - the key of the message in the resource bundle
args - arguments for the message

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              String key,
                              Object[] args,
                              Throwable cause)
Constructs a new CAFDataAccessException with the default CAF resource accessor.

Parameters:
location - logging location
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(String key,
                              Object[] args,
                              Throwable cause)
Deprecated. Use CAFDataAccessException(Location, String, Object[], Throwable) instead.

Constructs a new CAFDataAccessException with the default CAF resource accessor.

Parameters:
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception

CAFDataAccessException

public CAFDataAccessException(com.sap.tc.logging.Location location,
                              String key,
                              Object[] args,
                              Throwable cause,
                              boolean isRealCause)
Constructs a new CAFDataAccessException with the default CAF resource accessor.

Parameters:
location - logging location
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one

CAFDataAccessException

public CAFDataAccessException(String key,
                              Object[] args,
                              Throwable cause,
                              boolean isRealCause)
Deprecated. Use CAFDataAccessException(Location, String, Object[], Throwable, boolean) instead.

Constructs a new CAFDataAccessException with the default CAF resource accessor.

Parameters:
key - the key of the message in the resource bundle
args - arguments for the message
cause - the throwable which caused this exception
isRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
Access Rights

This class can be accessed from:


SC DC
[sap.com] CAF [sap.com] caf/runtime/ear


Copyright 2010 SAP AG Complete Copyright Notice