|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sap.exception.BaseException
com.sap.caf.rt.exception.CAFBaseException
com.sap.caf.rt.connectivity.exception.CAFExtExecException
public abstract class CAFExtExecException
This exception is thrown when a problem with executing an external service occurs.
| Field Summary | |
|---|---|
static String |
TYPE_RFC
RFC type. |
static String |
TYPE_WS
Webservice type. |
| Fields inherited from interface com.sap.exception.IBaseException |
|---|
audit, defaultLocale |
| Constructor Summary | |
|---|---|
CAFExtExecException()
Deprecated. Use CAFExtExecException(Location) instead. |
|
CAFExtExecException(com.sap.exception.BaseExceptionInfo baseExcInfo)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.exception.BaseExceptionInfo baseExcInfo,
boolean isRealCause)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Category category,
int severity,
com.sap.tc.logging.Location location,
com.sap.localization.LocalizableText localizableText,
Throwable cause)
Deprecated. |
|
CAFExtExecException(com.sap.tc.logging.Category category,
int severity,
com.sap.tc.logging.Location location,
com.sap.localization.LocalizableText localizableText,
Throwable cause,
boolean isRealCause)
Deprecated. |
|
CAFExtExecException(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. |
|
CAFExtExecException(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. |
|
CAFExtExecException(com.sap.localization.LocalizableText localizableText)
Deprecated. Use CAFExtExecException(Location, LocalizableText) instead. |
|
CAFExtExecException(com.sap.localization.LocalizableTextFormatter textFormatter)
Deprecated. Use CAFExtExecException(Location, LocalizableText) instead. |
|
CAFExtExecException(com.sap.localization.LocalizableTextFormatter textFormatter,
Throwable cause)
Deprecated. Use CAFExtExecException(Location, LocalizableText, Throwable) instead. |
|
CAFExtExecException(com.sap.localization.LocalizableTextFormatter textFormatter,
Throwable cause,
boolean isRealCause)
Deprecated. Use CAFExtExecException(Location, LocalizableText, Throwable, boolean) instead. |
|
CAFExtExecException(com.sap.localization.LocalizableText localizableText,
Throwable cause)
Deprecated. Use CAFExtExecException(Location, LocalizableText, Throwable) instead. |
|
CAFExtExecException(com.sap.localization.LocalizableText localizableText,
Throwable cause,
boolean isRealCause)
Deprecated. Use CAFExtExecException(Location, LocalizableText, Throwable, boolean) instead. |
|
CAFExtExecException(com.sap.tc.logging.Location location)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.LocalizableText localizableText)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.LocalizableText localizableText,
Throwable cause)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.LocalizableText localizableText,
Throwable cause,
boolean isRealCause)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
com.sap.localization.LocalizableText.Msg msg)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
com.sap.localization.LocalizableText.Msg msg,
Throwable cause)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
com.sap.localization.LocalizableText.Msg msg,
Throwable cause,
boolean isRealCause)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
String key)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
String key,
Object[] args)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
String key,
Object[] args,
Throwable cause)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
String key,
Object[] args,
Throwable cause,
boolean isRealCause)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
String key,
Throwable cause)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
String key,
Throwable cause,
boolean isRealCause)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
String key)
Constructs a new CAFExtExecException with the default CAF resource accessor. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
String key,
Object[] args)
Constructs a new CAFExtExecException with the default CAF resource accessor. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
String key,
Object[] args,
Throwable cause)
Constructs a new CAFExtExecException with the default CAF resource accessor. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
String key,
Object[] args,
Throwable cause,
boolean isRealCause)
Constructs a new CAFExtExecException with the default CAF resource accessor. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
String key,
Throwable cause)
Constructs a new CAFExtExecException with the default CAF resource accessor. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
String key,
Throwable cause,
boolean isRealCause)
Constructs a new CAFExtExecException with the default CAF resource accessor. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
Throwable cause)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.tc.logging.Location location,
Throwable cause,
boolean isRealCause)
Constructs a new CAFExtExecException. |
|
CAFExtExecException(com.sap.localization.ResourceAccessor ra,
com.sap.localization.LocalizableText.Msg msg)
Deprecated. Use CAFExtExecException#CAFExtExecException(Location, ResourceAccessor, Msg) instead. |
|
CAFExtExecException(com.sap.localization.ResourceAccessor ra,
com.sap.localization.LocalizableText.Msg msg,
Throwable cause)
Deprecated. Use CAFExtExecException#CAFExtExecException(Location, ResourceAccessor, Msg, Throwable) instead. |
|
CAFExtExecException(com.sap.localization.ResourceAccessor ra,
com.sap.localization.LocalizableText.Msg msg,
Throwable cause,
boolean isRealCause)
Deprecated. Use CAFExtExecException#CAFExtExecException(Location, ResourceAccessor, Msg, Throwable, boolean) instead. |
|
CAFExtExecException(com.sap.localization.ResourceAccessor ra,
String key)
Deprecated. Use CAFExtExecException(Location, ResourceAccessor, String) instead. |
|
CAFExtExecException(com.sap.localization.ResourceAccessor ra,
String key,
Object[] args)
Deprecated. Use CAFExtExecException(Location, ResourceAccessor, String, Object[]) instead. |
|
CAFExtExecException(com.sap.localization.ResourceAccessor ra,
String key,
Object[] args,
Throwable cause)
Deprecated. Use CAFExtExecException(Location, ResourceAccessor, String, Object[], Throwable) instead. |
|
CAFExtExecException(com.sap.localization.ResourceAccessor ra,
String key,
Object[] args,
Throwable cause,
boolean isRealCause)
Deprecated. Use CAFExtExecException(Location, ResourceAccessor, String, Object[], Throwable, boolean) instead. |
|
CAFExtExecException(com.sap.localization.ResourceAccessor ra,
String key,
Throwable cause)
Deprecated. Use CAFExtExecException(Location, ResourceAccessor, String, Throwable) instead. |
|
CAFExtExecException(com.sap.localization.ResourceAccessor ra,
String key,
Throwable cause,
boolean isRealCause)
Deprecated. Use CAFExtExecException(Location, ResourceAccessor, String, Throwable, boolean) instead. |
|
CAFExtExecException(String key)
Deprecated. Use CAFExtExecException(Location, String) instead. |
|
CAFExtExecException(String key,
Object[] args)
Deprecated. Use CAFExtExecException(Location, String, Object[]) instead. |
|
CAFExtExecException(String key,
Object[] args,
Throwable cause)
Deprecated. Use CAFExtExecException(Location, String, Object[], Throwable) instead. |
|
CAFExtExecException(String key,
Object[] args,
Throwable cause,
boolean isRealCause)
Deprecated. Use CAFExtExecException(Location, String, Object[], Throwable, boolean) instead. |
|
CAFExtExecException(String key,
Throwable cause)
Deprecated. Use CAFExtExecException(Location, String, Throwable) instead. |
|
CAFExtExecException(String key,
Throwable cause,
boolean isRealCause)
Deprecated. Use CAFExtExecException(Location, String, Throwable, boolean) instead. |
|
CAFExtExecException(Throwable cause)
Deprecated. Use CAFExtExecException(Location, Throwable) instead. |
|
CAFExtExecException(Throwable cause,
boolean isRealCause)
Deprecated. Use CAFExtExecException(Location, Throwable, boolean) instead. |
|
| Method Summary | |
|---|---|
abstract 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 |
| Field Detail |
|---|
public static final String TYPE_RFC
getType(),
Constant Field Valuespublic static final String TYPE_WS
getType(),
Constant Field Values| Constructor Detail |
|---|
public CAFExtExecException(com.sap.tc.logging.Location location)
location - logging locationpublic CAFExtExecException()
CAFExtExecException(Location) instead.
public CAFExtExecException(com.sap.exception.BaseExceptionInfo baseExcInfo)
baseExcInfo - information about the throwable which caused this exception
public CAFExtExecException(com.sap.exception.BaseExceptionInfo baseExcInfo,
boolean isRealCause)
baseExcInfo - information about the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(com.sap.tc.logging.Location location,
Throwable cause)
location - logging locationcause - the throwable which caused this exceptionpublic CAFExtExecException(Throwable cause)
CAFExtExecException(Location, Throwable) instead.
cause - the throwable which caused this exception
public CAFExtExecException(com.sap.tc.logging.Location location,
Throwable cause,
boolean isRealCause)
location - logging locationcause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(Throwable cause,
boolean isRealCause)
CAFExtExecException(Location, Throwable, boolean) instead.
cause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
String key)
location - logging locationra - resource accessorkey - the key of the message in the resource bundle
public CAFExtExecException(com.sap.localization.ResourceAccessor ra,
String key)
CAFExtExecException(Location, ResourceAccessor, String) instead.
ra - resource accessorkey - the key of the message in the resource bundle
public CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
String key,
Throwable cause)
location - logging locationra - resource accessorkey - the key of the message in the resource bundlecause - the throwable which caused this exception
public CAFExtExecException(com.sap.localization.ResourceAccessor ra,
String key,
Throwable cause)
CAFExtExecException(Location, ResourceAccessor, String, Throwable) instead.
ra - resource accessorkey - the key of the message in the resource bundlecause - the throwable which caused this exception
public CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
String key,
Throwable cause,
boolean isRealCause)
location - logging locationra - resource accessorkey - the key of the message in the resource bundlecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(com.sap.localization.ResourceAccessor ra,
String key,
Throwable cause,
boolean isRealCause)
CAFExtExecException(Location, ResourceAccessor, String, Throwable, boolean) instead.
ra - resource accessorkey - the key of the message in the resource bundlecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
String key,
Object[] args)
location - logging locationra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the message
public CAFExtExecException(com.sap.localization.ResourceAccessor ra,
String key,
Object[] args)
CAFExtExecException(Location, ResourceAccessor, String, Object[]) instead.
ra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the message
public CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
String key,
Object[] args,
Throwable cause)
location - logging locationra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exception
public CAFExtExecException(com.sap.localization.ResourceAccessor ra,
String key,
Object[] args,
Throwable cause)
CAFExtExecException(Location, ResourceAccessor, String, Object[], Throwable) instead.
ra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exception
public CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
String key,
Object[] args,
Throwable cause,
boolean isRealCause)
location - logging locationra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(com.sap.localization.ResourceAccessor ra,
String key,
Object[] args,
Throwable cause,
boolean isRealCause)
CAFExtExecException(Location, ResourceAccessor, String, Object[], Throwable, boolean) instead.
ra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
com.sap.localization.LocalizableText.Msg msg)
location - logging locationra - resource accessormsg - message from a resource bundle
public CAFExtExecException(com.sap.localization.ResourceAccessor ra,
com.sap.localization.LocalizableText.Msg msg)
CAFExtExecException#CAFExtExecException(Location, ResourceAccessor, Msg) instead.
ra - resource accessormsg - message from a resource bundle
public CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
com.sap.localization.LocalizableText.Msg msg,
Throwable cause)
location - logging locationra - resource accessormsg - message from a resource bundlecause - the throwable which caused this exception
public CAFExtExecException(com.sap.localization.ResourceAccessor ra,
com.sap.localization.LocalizableText.Msg msg,
Throwable cause)
CAFExtExecException#CAFExtExecException(Location, ResourceAccessor, Msg, Throwable) instead.
ra - resource accessormsg - message from a resource bundlecause - the throwable which caused this exception
public CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.ResourceAccessor ra,
com.sap.localization.LocalizableText.Msg msg,
Throwable cause,
boolean isRealCause)
location - logging locationra - resource accessormsg - message from a resource bundlecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(com.sap.localization.ResourceAccessor ra,
com.sap.localization.LocalizableText.Msg msg,
Throwable cause,
boolean isRealCause)
CAFExtExecException#CAFExtExecException(Location, ResourceAccessor, Msg, Throwable, boolean) instead.
ra - resource accessormsg - message from a resource bundlecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.LocalizableText localizableText)
location - logging locationlocalizableText - localizable messagepublic CAFExtExecException(com.sap.localization.LocalizableText localizableText)
CAFExtExecException(Location, LocalizableText) instead.
localizableText - localizable message
public CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.LocalizableText localizableText,
Throwable cause)
location - logging locationlocalizableText - localizable messagecause - the throwable which caused this exception
public CAFExtExecException(com.sap.localization.LocalizableText localizableText,
Throwable cause)
CAFExtExecException(Location, LocalizableText, Throwable) instead.
localizableText - localizable messagecause - the throwable which caused this exception
public CAFExtExecException(com.sap.tc.logging.Location location,
com.sap.localization.LocalizableText localizableText,
Throwable cause,
boolean isRealCause)
location - logging locationlocalizableText - localizable messagecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(com.sap.localization.LocalizableText localizableText,
Throwable cause,
boolean isRealCause)
CAFExtExecException(Location, LocalizableText, Throwable, boolean) instead.
localizableText - localizable messagecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(com.sap.tc.logging.Category category,
int severity,
com.sap.tc.logging.Location location,
com.sap.localization.LocalizableText localizableText,
Throwable cause)
category - logging categoryseverity - logging severitylocation - logging locationlocalizableText - localizable messagecause - the throwable which caused this exception
public CAFExtExecException(com.sap.tc.logging.Category category,
int severity,
com.sap.tc.logging.Location location,
com.sap.localization.LocalizableText localizableText,
Throwable cause,
boolean isRealCause)
category - logging categoryseverity - logging severitylocation - logging locationlocalizableText - localizable messagecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(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)
category - logging categoryseverity - logging severitylocation - logging locationra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exception
public CAFExtExecException(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)
category - logging categoryseverity - logging severitylocation - logging locationra - resource accessorkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real onepublic CAFExtExecException(com.sap.localization.LocalizableTextFormatter textFormatter)
CAFExtExecException(Location, LocalizableText) instead.
textFormatter - localizable message
public CAFExtExecException(com.sap.localization.LocalizableTextFormatter textFormatter,
Throwable cause)
CAFExtExecException(Location, LocalizableText, Throwable) instead.
textFormatter - localizable messagecause - the throwable which caused this exception
public CAFExtExecException(com.sap.localization.LocalizableTextFormatter textFormatter,
Throwable cause,
boolean isRealCause)
CAFExtExecException(Location, LocalizableText, Throwable, boolean) instead.
textFormatter - localizable messagecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(com.sap.tc.logging.Location location,
String key)
location - logging locationkey - the key of the message in the resource bundlepublic CAFExtExecException(String key)
CAFExtExecException(Location, String) instead.
key - the key of the message in the resource bundle
public CAFExtExecException(com.sap.tc.logging.Location location,
String key,
Throwable cause)
location - logging locationkey - the key of the message in the resource bundlecause - the throwable which caused this exception
public CAFExtExecException(String key,
Throwable cause)
CAFExtExecException(Location, String, Throwable) instead.
key - the key of the message in the resource bundlecause - the throwable which caused this exception
public CAFExtExecException(com.sap.tc.logging.Location location,
String key,
Throwable cause,
boolean isRealCause)
location - logging locationkey - the key of the message in the resource bundlecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(String key,
Throwable cause,
boolean isRealCause)
CAFExtExecException(Location, String, Throwable, boolean) instead.
key - the key of the message in the resource bundlecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(com.sap.tc.logging.Location location,
String key,
Object[] args)
location - logging locationkey - the key of the message in the resource bundleargs - arguments for the message
public CAFExtExecException(String key,
Object[] args)
CAFExtExecException(Location, String, Object[]) instead.
key - the key of the message in the resource bundleargs - arguments for the message
public CAFExtExecException(com.sap.tc.logging.Location location,
String key,
Object[] args,
Throwable cause)
location - logging locationkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exception
public CAFExtExecException(String key,
Object[] args,
Throwable cause)
CAFExtExecException(Location, String, Object[], Throwable) instead.
key - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exception
public CAFExtExecException(com.sap.tc.logging.Location location,
String key,
Object[] args,
Throwable cause,
boolean isRealCause)
location - logging locationkey - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one
public CAFExtExecException(String key,
Object[] args,
Throwable cause,
boolean isRealCause)
CAFExtExecException(Location, String, Object[], Throwable, boolean) instead.
key - the key of the message in the resource bundleargs - arguments for the messagecause - the throwable which caused this exceptionisRealCause - true if the currently constructed exception is the real exception and not just a wrapper, false if cause is the real one| Method Detail |
|---|
public abstract String getType()
TYPE_RFC and TYPE_WS| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] CAF
|
[sap.com] caf/runtime/ear
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||