public class RepositoryException extends BaseException
| Modifier | Constructor and Description |
|---|---|
|
RepositoryException()
Construct object of class RepositoryException.
|
|
RepositoryException(boolean logExceptionOnCreation)
Construct object of class RepositoryException.
|
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key)
Construct object of class RepositoryException.
|
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
boolean logExceptionOnCreation)
Construct object of class RepositoryException.
|
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
Object[] args)
Construct object of class RepositoryException.
|
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
Object[] args,
boolean logExceptionOnCreation)
Construct object of class RepositoryException.
|
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause)
Construct object of class RepositoryException.
|
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException.
|
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
Throwable rootCause)
Construct object of class RepositoryException.
|
protected |
RepositoryException(ResourceAccessor resourceAccessor,
String key,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException.
|
protected |
RepositoryException(ResourceMessage message)
Construct object of class RepositoryException.
|
protected |
RepositoryException(ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class RepositoryException.
|
protected |
RepositoryException(ResourceMessage message,
Throwable rootCause)
Construct object of class RepositoryException.
|
protected |
RepositoryException(ResourceMessage message,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException.
|
|
RepositoryException(String message)
Construct object of class RepositoryException.
|
|
RepositoryException(String message,
boolean logExceptionOnCreation)
Construct object of class RepositoryException.
|
|
RepositoryException(String message,
Object[] args)
Construct object of class RepositoryException.
|
|
RepositoryException(String message,
Object[] args,
boolean logExceptionOnCreation)
Construct object of class RepositoryException.
|
|
RepositoryException(String message,
Object[] args,
Throwable rootCause)
Construct object of class RepositoryException.
|
|
RepositoryException(String message,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException.
|
|
RepositoryException(String message,
Throwable rootCause)
Construct object of class RepositoryException.
|
|
RepositoryException(String message,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException.
|
|
RepositoryException(Throwable rootCause)
Construct object of class RepositoryException.
|
|
RepositoryException(Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class RepositoryException.
|
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 RepositoryException()
public RepositoryException(boolean logExceptionOnCreation)
logExceptionOnCreation - when true log the exception now during its
constructionpublic RepositoryException(Throwable rootCause)
rootCause - throwable object which caused this exceptionpublic RepositoryException(Throwable rootCause, boolean logExceptionOnCreation)
rootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionpublic RepositoryException(String message)
message - not localized messagepublic RepositoryException(String message, Object[] args)
message - not localized messageargs - message arguments inserted by MessageFormat meanspublic RepositoryException(String message, Throwable rootCause)
message - not localized messagerootCause - throwable object which caused this exceptionpublic RepositoryException(String message, Object[] args, Throwable rootCause)
message - not localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionpublic RepositoryException(String message, boolean logExceptionOnCreation)
message - not localized messagelogExceptionOnCreation - when true log the exception now during its
constructionpublic RepositoryException(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 RepositoryException(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 RepositoryException(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 RepositoryException(ResourceAccessor resourceAccessor, String key)
resourceAccessor - resource accessorkey - resource identifier for localized messageprotected RepositoryException(ResourceAccessor resourceAccessor, String key, Object[] args)
resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansprotected RepositoryException(ResourceAccessor resourceAccessor, String key, Throwable rootCause)
resourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exceptionprotected RepositoryException(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 RepositoryException(ResourceAccessor resourceAccessor, String key, boolean logExceptionOnCreation)
resourceAccessor - resource accessorkey - resource identifier for localized messagelogExceptionOnCreation - when true log the exception now during its
constructionprotected RepositoryException(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 RepositoryException(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 RepositoryException(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 RepositoryException(ResourceMessage message)
message - not localized messageprotected RepositoryException(ResourceMessage message, Throwable rootCause)
message - not localized messagerootCause - throwable object which caused this exceptionprotected RepositoryException(ResourceMessage message, boolean logExceptionOnCreation)
message - not localized messagelogExceptionOnCreation - when true log the exception now during its
constructionprotected RepositoryException(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