public class BaseRuntimeException
extends com.sap.exception.BaseRuntimeException
Created 19. März 2003
| Modifier | Constructor and Description |
|---|---|
|
BaseRuntimeException()
Construct object of class BaseRuntimeException.
|
|
BaseRuntimeException(boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException.
|
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
String key)
Construct object of class BaseRuntimeException.
|
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
String key,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException.
|
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
String key,
Object[] args)
Construct object of class BaseRuntimeException.
|
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
String key,
Object[] args,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException.
|
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause)
Construct object of class BaseRuntimeException.
|
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException.
|
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
String key,
Throwable rootCause)
Construct object of class BaseRuntimeException.
|
protected |
BaseRuntimeException(ResourceAccessor resourceAccessor,
String key,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException.
|
protected |
BaseRuntimeException(ResourceMessage message)
Construct object of class BaseRuntimeException.
|
protected |
BaseRuntimeException(ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException.
|
protected |
BaseRuntimeException(ResourceMessage message,
Throwable rootCause)
Construct object of class BaseRuntimeException.
|
protected |
BaseRuntimeException(ResourceMessage message,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException.
|
|
BaseRuntimeException(String message)
Construct object of class BaseRuntimeException.
|
|
BaseRuntimeException(String message,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException.
|
|
BaseRuntimeException(String message,
Object[] args)
Construct object of class BaseRuntimeException.
|
|
BaseRuntimeException(String message,
Object[] args,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException.
|
|
BaseRuntimeException(String message,
Object[] args,
Throwable rootCause)
Construct object of class BaseRuntimeException.
|
|
BaseRuntimeException(String message,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException.
|
|
BaseRuntimeException(String message,
Throwable rootCause)
Construct object of class BaseRuntimeException.
|
|
BaseRuntimeException(String message,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException.
|
|
BaseRuntimeException(Throwable rootCause)
Construct object of class BaseRuntimeException.
|
|
BaseRuntimeException(Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class BaseRuntimeException.
|
finallyLocalize, finallyLocalize, finallyLocalize, finallyLocalize, getCause, getLocalizableMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLogCategory, getLogLocation, getLogSeverity, getMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedStackTraceString, getStackTraceString, getSystemStackTraceString, initCause, log, printStackTrace, printStackTrace, printStackTrace, restoreLogSettings, setLogSettings, trace, traceaddSuppressed, fillInStackTrace, getStackTrace, getSuppressed, setStackTrace, toStringpublic BaseRuntimeException()
public BaseRuntimeException(boolean logExceptionOnCreation)
logExceptionOnCreation - when true log the exception now during its
constructionpublic BaseRuntimeException(Throwable rootCause)
rootCause - throwable object which caused this exceptionpublic BaseRuntimeException(Throwable rootCause, boolean logExceptionOnCreation)
rootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionpublic BaseRuntimeException(String message)
message - not localized messagepublic BaseRuntimeException(String message, Object[] args)
message - not localized messageargs - message arguments inserted by MessageFormat meanspublic BaseRuntimeException(String message, Throwable rootCause)
message - not localized messagerootCause - throwable object which caused this exceptionpublic BaseRuntimeException(String message, Object[] args, Throwable rootCause)
message - not localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionpublic BaseRuntimeException(String message, boolean logExceptionOnCreation)
message - not localized messagelogExceptionOnCreation - when true log the exception now during its
constructionpublic BaseRuntimeException(String message, Object[] args, boolean logExceptionOnCreation)
message - not localized messageargs - message arguments inserted by MessageFormat meanslogExceptionOnCreation - when true log the exception now during its
constructionpublic BaseRuntimeException(String message, Throwable rootCause, boolean logExceptionOnCreation)
message - not localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionpublic BaseRuntimeException(String message, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
message - not localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionprotected BaseRuntimeException(ResourceAccessor resourceAccessor, String key)
resourceAccessor - resource accessorkey - resource identifier for localized messageprotected BaseRuntimeException(ResourceAccessor resourceAccessor, String key, Object[] args)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansprotected BaseRuntimeException(ResourceAccessor resourceAccessor, String key, Throwable rootCause)
resourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exceptionprotected BaseRuntimeException(ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionprotected BaseRuntimeException(ResourceAccessor resourceAccessor, String key, boolean logExceptionOnCreation)
resourceAccessor - resource accessorkey - resource identifier for localized messagelogExceptionOnCreation - when true log the exception now during its
constructionprotected BaseRuntimeException(ResourceAccessor resourceAccessor, String key, Object[] args, boolean logExceptionOnCreation)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meanslogExceptionOnCreation - when true log the exception now during its
constructionprotected BaseRuntimeException(ResourceAccessor resourceAccessor, String key, Throwable rootCause, boolean logExceptionOnCreation)
resourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionprotected BaseRuntimeException(ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionprotected BaseRuntimeException(ResourceMessage message)
message - not localized messageprotected BaseRuntimeException(ResourceMessage message, Throwable rootCause)
message - not localized messagerootCause - throwable object which caused this exceptionprotected BaseRuntimeException(ResourceMessage message, boolean logExceptionOnCreation)
message - not localized messagelogExceptionOnCreation - when true log the exception now during its
constructionprotected BaseRuntimeException(ResourceMessage message, Throwable rootCause, boolean logExceptionOnCreation)
message - not localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
Copyright 2021 SAP SE Complete Copyright Notice