com.sap.caf.rt.exception

Class CAFCreateException

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.CAFServiceException
                      extended by com.sap.caf.rt.exception.CAFCreateException
All Implemented Interfaces:
com.sap.exception.IBaseException, Serializable

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

This exception is thrown by the create method of a BO Node service. It is used as a standard application-level exception to report a failure to create a BO Node instance.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.sap.exception.IBaseException
audit, defaultLocale
 
Constructor Summary
CAFCreateException()
          Deprecated. Use CAFCreateException(Location) instead.
CAFCreateException(com.sap.exception.BaseExceptionInfo baseExcInfo)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.exception.BaseExceptionInfo baseExcInfo, boolean isRealCause)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText, Throwable cause)
          Deprecated.  
CAFCreateException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText, Throwable cause, boolean isRealCause)
          Deprecated.  
CAFCreateException(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.  
CAFCreateException(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.  
CAFCreateException(com.sap.localization.LocalizableText localizableText)
          Deprecated. Use CAFCreateException(Location, LocalizableText) instead.
CAFCreateException(com.sap.localization.LocalizableTextFormatter textFormatter)
          Deprecated. Use CAFCreateException(Location, LocalizableText) instead.
CAFCreateException(com.sap.localization.LocalizableTextFormatter textFormatter, Throwable cause)
          Deprecated. Use CAFCreateException(Location, LocalizableText, Throwable) instead.
CAFCreateException(com.sap.localization.LocalizableTextFormatter textFormatter, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFCreateException(Location, LocalizableText, Throwable, boolean) instead.
CAFCreateException(com.sap.localization.LocalizableText localizableText, Throwable cause)
          Deprecated. Use CAFCreateException(Location, LocalizableText, Throwable) instead.
CAFCreateException(com.sap.localization.LocalizableText localizableText, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFCreateException(Location, LocalizableText, Throwable, boolean) instead.
CAFCreateException(com.sap.tc.logging.Location location)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText, Throwable cause)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText, Throwable cause, boolean isRealCause)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg, Throwable cause)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg, Throwable cause, boolean isRealCause)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Object[] args)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause, boolean isRealCause)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Throwable cause)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Throwable cause, boolean isRealCause)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, String key)
          Constructs a new CAFCreateException with the default CAF resource accessor.
CAFCreateException(com.sap.tc.logging.Location location, String key, Object[] args)
          Constructs a new CAFCreateException with the default CAF resource accessor.
CAFCreateException(com.sap.tc.logging.Location location, String key, Object[] args, Throwable cause)
          Constructs a new CAFCreateException with the default CAF resource accessor.
CAFCreateException(com.sap.tc.logging.Location location, String key, Object[] args, Throwable cause, boolean isRealCause)
          Constructs a new CAFCreateException with the default CAF resource accessor.
CAFCreateException(com.sap.tc.logging.Location location, String key, Throwable cause)
          Constructs a new CAFCreateException with the default CAF resource accessor.
CAFCreateException(com.sap.tc.logging.Location location, String key, Throwable cause, boolean isRealCause)
          Constructs a new CAFCreateException with the default CAF resource accessor.
CAFCreateException(com.sap.tc.logging.Location location, Throwable cause)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.tc.logging.Location location, Throwable cause, boolean isRealCause)
          Constructs a new CAFCreateException.
CAFCreateException(com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg)
          Deprecated. Use CAFCreateException#CAFCreateException(Location, ResourceAccessor, Msg) instead.
CAFCreateException(com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg, Throwable cause)
          Deprecated. Use CAFCreateException#CAFCreateException(Location, ResourceAccessor, Msg, Throwable) instead.
CAFCreateException(com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFCreateException#CAFCreateException(Location, ResourceAccessor, Msg, Throwable, boolean) instead.
CAFCreateException(com.sap.localization.ResourceAccessor ra, String key)
          Deprecated. Use CAFCreateException(Location, ResourceAccessor, String) instead.
CAFCreateException(com.sap.localization.ResourceAccessor ra, String key, Object[] args)
          Deprecated. Use CAFCreateException(Location, ResourceAccessor, String, Object[]) instead.
CAFCreateException(com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause)
          Deprecated. Use CAFCreateException(Location, ResourceAccessor, String, Object[], Throwable) instead.
CAFCreateException(com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFCreateException(Location, ResourceAccessor, String, Object[], Throwable, boolean) instead.
CAFCreateException(com.sap.localization.ResourceAccessor ra, String key, Throwable cause)
          Deprecated. Use CAFCreateException(Location, ResourceAccessor, String, Throwable) instead.
CAFCreateException(com.sap.localization.ResourceAccessor ra, String key, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFCreateException(Location, ResourceAccessor, String, Throwable, boolean) instead.
CAFCreateException(String key)
          Deprecated. Use CAFCreateException(Location, String) instead.
CAFCreateException(String key, Object[] args)
          Deprecated. Use CAFCreateException(Location, String, Object[]) instead.
CAFCreateException(String key, Object[] args, Throwable cause)
          Deprecated. Use CAFCreateException(Location, String, Object[], Throwable) instead.
CAFCreateException(String key, Object[] args, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFCreateException(Location, String, Object[], Throwable, boolean) instead.
CAFCreateException(String key, Throwable cause)
          Deprecated. Use CAFCreateException(Location, String, Throwable) instead.
CAFCreateException(String key, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFCreateException(Location, String, Throwable, boolean) instead.
CAFCreateException(Throwable cause)
          Deprecated. Use CAFCreateException(Location, Throwable) instead.
CAFCreateException(Throwable cause, boolean isRealCause)
          Deprecated. Use CAFCreateException(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

CAFCreateException

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

Parameters:
location - logging location

CAFCreateException

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

Constructs a new CAFCreateException.


CAFCreateException

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

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

CAFCreateException

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

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

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException.

Parameters:
cause - the throwable which caused this exception

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

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

Parameters:
location - logging location
localizableText - localizable message

CAFCreateException

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

Constructs a new CAFCreateException.

Parameters:
localizableText - localizable message

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

public CAFCreateException(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 CAFCreateException.

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

CAFCreateException

public CAFCreateException(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 CAFCreateException.

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

CAFCreateException

public CAFCreateException(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 CAFCreateException.

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

CAFCreateException

public CAFCreateException(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 CAFCreateException.

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

CAFCreateException

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

Constructs a new CAFCreateException.

Parameters:
textFormatter - localizable message

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

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

Constructs a new CAFCreateException.

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

CAFCreateException

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

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

CAFCreateException

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

Constructs a new CAFCreateException with the default CAF resource accessor.

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

CAFCreateException

public CAFCreateException(com.sap.tc.logging.Location location,
                          String key,
                          Throwable cause)
Constructs a new CAFCreateException 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

CAFCreateException

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

Constructs a new CAFCreateException with the default CAF resource accessor.

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

CAFCreateException

public CAFCreateException(com.sap.tc.logging.Location location,
                          String key,
                          Throwable cause,
                          boolean isRealCause)
Constructs a new CAFCreateException 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

CAFCreateException

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

Constructs a new CAFCreateException 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

CAFCreateException

public CAFCreateException(com.sap.tc.logging.Location location,
                          String key,
                          Object[] args)
Constructs a new CAFCreateException 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

CAFCreateException

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

Constructs a new CAFCreateException with the default CAF resource accessor.

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

CAFCreateException

public CAFCreateException(com.sap.tc.logging.Location location,
                          String key,
                          Object[] args,
                          Throwable cause)
Constructs a new CAFCreateException 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

CAFCreateException

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

Constructs a new CAFCreateException 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

CAFCreateException

public CAFCreateException(com.sap.tc.logging.Location location,
                          String key,
                          Object[] args,
                          Throwable cause,
                          boolean isRealCause)
Constructs a new CAFCreateException 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

CAFCreateException

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

Constructs a new CAFCreateException 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