com.sap.caf.rt.connectivity.exception

Class CAFRFCExecException

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.connectivity.exception.CAFExtExecException
                      extended by com.sap.caf.rt.connectivity.exception.CAFRFCExecException
All Implemented Interfaces:
com.sap.exception.IBaseException, Serializable
Direct Known Subclasses:
CAFBAPIExecException

public class CAFRFCExecException
extends CAFExtExecException

This exception is thrown when a problem with executing an RFC external service occurs.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sap.caf.rt.connectivity.exception.CAFExtExecException
TYPE_RFC, TYPE_WS
 
Fields inherited from interface com.sap.exception.IBaseException
audit, defaultLocale
 
Constructor Summary
CAFRFCExecException()
          Deprecated. Use CAFRFCExecException(Location) instead.
CAFRFCExecException(com.sap.exception.BaseExceptionInfo baseExcInfo)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.exception.BaseExceptionInfo baseExcInfo, boolean isRealCause)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText, Throwable cause)
          Deprecated.  
CAFRFCExecException(com.sap.tc.logging.Category category, int severity, com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText, Throwable cause, boolean isRealCause)
          Deprecated.  
CAFRFCExecException(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.  
CAFRFCExecException(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.  
CAFRFCExecException(com.sap.localization.LocalizableText localizableText)
          Deprecated. Use CAFRFCExecException(Location, LocalizableText) instead.
CAFRFCExecException(com.sap.localization.LocalizableTextFormatter textFormatter)
          Deprecated. Use CAFRFCExecException(Location, LocalizableText) instead.
CAFRFCExecException(com.sap.localization.LocalizableTextFormatter textFormatter, Throwable cause)
          Deprecated. Use CAFRFCExecException(Location, LocalizableText, Throwable) instead.
CAFRFCExecException(com.sap.localization.LocalizableTextFormatter textFormatter, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFRFCExecException(Location, LocalizableText, Throwable, boolean) instead.
CAFRFCExecException(com.sap.localization.LocalizableText localizableText, Throwable cause)
          Deprecated. Use CAFRFCExecException(Location, LocalizableText, Throwable) instead.
CAFRFCExecException(com.sap.localization.LocalizableText localizableText, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFRFCExecException(Location, LocalizableText, Throwable, boolean) instead.
CAFRFCExecException(com.sap.tc.logging.Location location)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText, Throwable cause)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, com.sap.localization.LocalizableText localizableText, Throwable cause, boolean isRealCause)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg, Throwable cause)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg, Throwable cause, boolean isRealCause)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Object[] args)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause, boolean isRealCause)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Throwable cause)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, com.sap.localization.ResourceAccessor ra, String key, Throwable cause, boolean isRealCause)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, String key)
          Constructs a new CAFRFCExecException with the default CAF resource accessor.
CAFRFCExecException(com.sap.tc.logging.Location location, String key, Object[] args)
          Constructs a new CAFRFCExecException with the default CAF resource accessor.
CAFRFCExecException(com.sap.tc.logging.Location location, String key, Object[] args, Throwable cause)
          Constructs a new CAFRFCExecException with the default CAF resource accessor.
CAFRFCExecException(com.sap.tc.logging.Location location, String key, Object[] args, Throwable cause, boolean isRealCause)
          Constructs a new CAFRFCExecException with the default CAF resource accessor.
CAFRFCExecException(com.sap.tc.logging.Location location, String key, Throwable cause)
          Constructs a new CAFRFCExecException with the default CAF resource accessor.
CAFRFCExecException(com.sap.tc.logging.Location location, String key, Throwable cause, boolean isRealCause)
          Constructs a new CAFRFCExecException with the default CAF resource accessor.
CAFRFCExecException(com.sap.tc.logging.Location location, Throwable cause)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.tc.logging.Location location, Throwable cause, boolean isRealCause)
          Constructs a new CAFRFCExecException.
CAFRFCExecException(com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg)
          Deprecated. Use CAFRFCExecException#CAFRFCExecException(Location, ResourceAccessor, Msg) instead.
CAFRFCExecException(com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg, Throwable cause)
          Deprecated. Use CAFRFCExecException#CAFRFCExecException(Location, ResourceAccessor, Msg, Throwable) instead.
CAFRFCExecException(com.sap.localization.ResourceAccessor ra, com.sap.localization.LocalizableText.Msg msg, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFRFCExecException#CAFRFCExecException(Location, ResourceAccessor, Msg, Throwable, boolean) instead.
CAFRFCExecException(com.sap.localization.ResourceAccessor ra, String key)
          Deprecated. Use CAFRFCExecException(Location, ResourceAccessor, String) instead.
CAFRFCExecException(com.sap.localization.ResourceAccessor ra, String key, Object[] args)
          Deprecated. Use CAFRFCExecException(Location, ResourceAccessor, String, Object[]) instead.
CAFRFCExecException(com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause)
          Deprecated. Use CAFRFCExecException(Location, ResourceAccessor, String, Object[], Throwable) instead.
CAFRFCExecException(com.sap.localization.ResourceAccessor ra, String key, Object[] args, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFRFCExecException(Location, ResourceAccessor, String, Object[], Throwable, boolean) instead.
CAFRFCExecException(com.sap.localization.ResourceAccessor ra, String key, Throwable cause)
          Deprecated. Use CAFRFCExecException(Location, ResourceAccessor, String, Throwable) instead.
CAFRFCExecException(com.sap.localization.ResourceAccessor ra, String key, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFRFCExecException(Location, ResourceAccessor, String, Throwable, boolean) instead.
CAFRFCExecException(String key)
          Deprecated. Use CAFRFCExecException(Location, String) instead.
CAFRFCExecException(String key, Object[] args)
          Deprecated. Use CAFRFCExecException(Location, String, Object[]) instead.
CAFRFCExecException(String key, Object[] args, Throwable cause)
          Deprecated. Use CAFRFCExecException(Location, String, Object[], Throwable) instead.
CAFRFCExecException(String key, Object[] args, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFRFCExecException(Location, String, Object[], Throwable, boolean) instead.
CAFRFCExecException(String key, Throwable cause)
          Deprecated. Use CAFRFCExecException(Location, String, Throwable) instead.
CAFRFCExecException(String key, Throwable cause, boolean isRealCause)
          Deprecated. Use CAFRFCExecException(Location, String, Throwable, boolean) instead.
CAFRFCExecException(Throwable cause)
          Deprecated. Use CAFRFCExecException(Location, Throwable) instead.
CAFRFCExecException(Throwable cause, boolean isRealCause)
          Deprecated. Use CAFRFCExecException(Location, Throwable, boolean) instead.
 
Method Summary
 String getType()
          Returns the type of this exception in regard to what kind of an external call has caused it.
 
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

CAFRFCExecException

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

Parameters:
location - logging location

CAFRFCExecException

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

Constructs a new CAFRFCExecException.


CAFRFCExecException

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

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

CAFRFCExecException

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

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

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

Parameters:
cause - the throwable which caused this exception

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

Parameters:
location - logging location
localizableText - localizable message

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

Parameters:
localizableText - localizable message

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

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

CAFRFCExecException

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

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

CAFRFCExecException

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

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

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

Parameters:
textFormatter - localizable message

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException.

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

CAFRFCExecException

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

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException with the default CAF resource accessor.

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

CAFRFCExecException

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException with the default CAF resource accessor.

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

CAFRFCExecException

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

CAFRFCExecException

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

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

CAFRFCExecException

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException with the default CAF resource accessor.

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

CAFRFCExecException

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

CAFRFCExecException

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

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

CAFRFCExecException

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

CAFRFCExecException

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

Constructs a new CAFRFCExecException 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
Method Detail

getType

public String getType()
Description copied from class: CAFExtExecException
Returns the type of this exception in regard to what kind of an external call has caused it.

Specified by:
getType in class CAFExtExecException
Returns:
CAFExtExecException.TYPE_RFC
See Also:
CAFExtExecException.getType()
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