public class ResourceNameInvalidException extends ResourceException
| Modifier | Constructor and Description |
|---|---|
|
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo)
Constructs a new exception.
|
|
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
boolean logExceptionOnCreation)
Construct object of class ResourceNameInvalidException.
|
protected |
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
ResourceAccessor resourceAccessor,
String key)
Construct object of class ResourceNameInvalidException.
|
protected |
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
ResourceAccessor resourceAccessor,
String key,
boolean logExceptionOnCreation)
Construct object of class ResourceNameInvalidException.
|
protected |
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
ResourceAccessor resourceAccessor,
String key,
Object[] args)
Construct object of class ResourceNameInvalidException.
|
protected |
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
ResourceAccessor resourceAccessor,
String key,
Object[] args,
boolean logExceptionOnCreation)
Construct object of class ResourceNameInvalidException.
|
protected |
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause)
Construct object of class ResourceNameInvalidException.
|
protected |
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameInvalidException.
|
protected |
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
ResourceAccessor resourceAccessor,
String key,
Throwable rootCause)
Construct object of class ResourceNameInvalidException.
|
protected |
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
ResourceAccessor resourceAccessor,
String key,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameInvalidException.
|
protected |
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
ResourceMessage message)
Construct object of class ResourceNameInvalidException.
|
protected |
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class ResourceNameInvalidException.
|
protected |
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
ResourceMessage message,
Throwable rootCause)
Construct object of class ResourceNameInvalidException.
|
protected |
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
ResourceMessage message,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameInvalidException.
|
|
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
String message)
Construct object of class ResourceNameInvalidException.
|
|
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
String message,
boolean logExceptionOnCreation)
Construct object of class ResourceNameInvalidException.
|
|
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
String message,
Object[] args)
Construct object of class ResourceNameInvalidException.
|
|
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
String message,
Object[] args,
boolean logExceptionOnCreation)
Construct object of class ResourceNameInvalidException.
|
|
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
String message,
Object[] args,
Throwable rootCause)
Construct object of class ResourceNameInvalidException.
|
|
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
String message,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameInvalidException.
|
|
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
String message,
Throwable rootCause)
Construct object of class ResourceNameInvalidException.
|
|
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
String message,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameInvalidException.
|
|
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
Throwable rootCause)
Construct object of class ResourceNameInvalidException.
|
|
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameInvalidException.
|
|
ResourceNameInvalidException(IRid rid,
String message,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation,
NameInfo nameInfo)
|
| Modifier and Type | Method and Description |
|---|---|
NameInfo |
getNameInfo()
Get the nameInfo attribute of the ResourceNameInvalidException object.
|
getRIDfinallyLocalize, 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 ResourceNameInvalidException(IRid rid, NameInfo nameInfo)
rid - The identifier of the resource this exception belongs to.nameInfo - The repository name info.public ResourceNameInvalidException(IRid rid, NameInfo nameInfo, boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.logExceptionOnCreation - when true log the exception now during its
constructionpublic ResourceNameInvalidException(IRid rid, NameInfo nameInfo, Throwable rootCause)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.rootCause - throwable object which caused this exceptionpublic ResourceNameInvalidException(IRid rid, NameInfo nameInfo, Throwable rootCause, boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.rootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionpublic ResourceNameInvalidException(IRid rid, NameInfo nameInfo, String message)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.message - not localized messagepublic ResourceNameInvalidException(IRid rid, NameInfo nameInfo, String message, Object[] args)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.message - not localized messageargs - message arguments inserted by MessageFormat meanspublic ResourceNameInvalidException(IRid rid, NameInfo nameInfo, String message, Throwable rootCause)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.message - not localized messagerootCause - throwable object which caused this exceptionpublic ResourceNameInvalidException(IRid rid, NameInfo nameInfo, String message, Object[] args, Throwable rootCause)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.message - not localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionpublic ResourceNameInvalidException(IRid rid, NameInfo nameInfo, String message, boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.message - not localized messagelogExceptionOnCreation - when true log the exception now during its
constructionpublic ResourceNameInvalidException(IRid rid, NameInfo nameInfo, String message, Object[] args, boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.message - not localized messageargs - message arguments inserted by MessageFormat meanslogExceptionOnCreation - when true log the exception now during its
constructionpublic ResourceNameInvalidException(IRid rid, NameInfo nameInfo, String message, Throwable rootCause, boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.message - not localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionpublic ResourceNameInvalidException(IRid rid, NameInfo nameInfo, String message, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.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 ResourceNameInvalidException(IRid rid, NameInfo nameInfo, ResourceAccessor resourceAccessor, String key)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.resourceAccessor - resource accessorkey - resource identifier for localized messageprotected ResourceNameInvalidException(IRid rid, NameInfo nameInfo, ResourceAccessor resourceAccessor, String key, Object[] args)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansprotected ResourceNameInvalidException(IRid rid, NameInfo nameInfo, ResourceAccessor resourceAccessor, String key, Throwable rootCause)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.resourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exceptionprotected ResourceNameInvalidException(IRid rid, NameInfo nameInfo, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionprotected ResourceNameInvalidException(IRid rid, NameInfo nameInfo, ResourceAccessor resourceAccessor, String key, boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.resourceAccessor - resource accessorkey - resource identifier for localized messagelogExceptionOnCreation - when true log the exception now during its
constructionprotected ResourceNameInvalidException(IRid rid, NameInfo nameInfo, ResourceAccessor resourceAccessor, String key, Object[] args, boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.resourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meanslogExceptionOnCreation - when true log the exception now during its
constructionprotected ResourceNameInvalidException(IRid rid, NameInfo nameInfo, ResourceAccessor resourceAccessor, String key, Throwable rootCause, boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.resourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionprotected ResourceNameInvalidException(IRid rid, NameInfo nameInfo, ResourceAccessor resourceAccessor, String key, Object[] args, Throwable rootCause, boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.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 ResourceNameInvalidException(IRid rid, NameInfo nameInfo, ResourceMessage message)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.message - not localized messageprotected ResourceNameInvalidException(IRid rid, NameInfo nameInfo, ResourceMessage message, Throwable rootCause)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.message - not localized messagerootCause - throwable object which caused this exceptionprotected ResourceNameInvalidException(IRid rid, NameInfo nameInfo, ResourceMessage message, boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.message - not localized messagelogExceptionOnCreation - when true log the exception now during its
constructionprotected ResourceNameInvalidException(IRid rid, NameInfo nameInfo, ResourceMessage message, Throwable rootCause, boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)nameInfo - The repository name info.message - not localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
constructionpublic ResourceNameInvalidException(IRid rid, String message, Object[] args, Throwable rootCause, boolean logExceptionOnCreation, NameInfo nameInfo)
ResourceNameInvalidException(IRid, NameInfo, ResourceAccessor, String, Object[], Throwable, boolean) insteadrid - The identifier of the resource this exception belongs to.message - The exception message text (not localized).args - Exception arguments, can be null .rootCause - Throwable which caused this exception, can be null
.logExceptionOnCreation - true: Message and stacktrace is logged.nameInfo - The repository name info.public NameInfo getNameInfo()
| 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