|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IRid | |
| com.sap.netweaver.bc.rf.common | Contains repository framework common interface. |
| com.sap.netweaver.bc.rf.common.binding | Contains repository framework common interface for bindings. |
| com.sap.netweaver.bc.rf.common.content | Contains repository framework common interface for content. |
| com.sap.netweaver.bc.rf.common.exception | Contains repository framework common interface for exceptions. |
| com.sap.netweaver.bc.rf.common.lock | Contains repository framework common interface for locking. |
| com.sap.netweaver.bc.rf.common.namespace | Contains repository framework common interface for namespace maintenance. |
| com.sap.netweaver.bc.rf.common.property | Contains repository framework common interface for properties. |
| com.sap.netweaver.bc.rf.common.security | Contains repository framework common interface for security. |
| com.sap.netweaver.bc.rf.common.security.acl | Contains repository framework common interface for ACL based security. |
| com.sap.netweaver.bc.rf.common.type | Contains repository framework common interface for type handling. |
| com.sap.netweaver.bc.rf.common.version | Contains repository framework common interface for versioning. |
| com.sap.netweaver.bc.rf.mi | Contains repository framework manager interface. |
| com.sap.netweaver.bc.rf.mi.idmapper | Contains repository framework manager interface for unique identity mapping. |
| com.sap.netweaver.bc.rf.mi.lock | Contains repository framework manager interface for locking. |
| com.sap.netweaver.bc.rf.mi.security.acl | Contains repository framework manager interface for ACL based security. |
| com.sap.netweaver.bc.rf.mi.variant | Contains repository framework manager interface for variants. |
| com.sap.netweaver.bc.rf.mi.version | Contains repository framework manager interface for versioning. |
| Uses of IRid in com.sap.netweaver.bc.rf.common |
| Classes in com.sap.netweaver.bc.rf.common that implement IRid | |
class |
Rid
A Rid is an identifier for a CM resource. |
| Methods in com.sap.netweaver.bc.rf.common that return IRid | |
IRid |
IResourceHandle.getRid()
Get the resource identifier of the resource handle. |
static IRid |
Rid.getRid(java.lang.String path,
java.lang.String query)
|
IRid |
Rid.root()
Get Rid of toplevel collection (below root) of this Rid. |
IRid |
Rid.name()
Get the name of the resource, designated by this Rid. |
IRid |
Rid.parent()
Get the Rid of the parent collection of this Rid |
IRid |
Rid.removeRoot()
Get a new Rid with the toplevel collection removed |
IRid |
Rid.removeName()
Remove the name of the resource, same as parent() |
IRid |
Rid.removeExtension()
Remove the (optional) extension of the resource name. |
IRid |
Rid.removeTrailingSlash()
Remove a possible trailing slash from the Rid. |
IRid |
Rid.add(java.lang.String uri)
Concatenate this Rid with the given Rid. |
IRid |
Rid.add(IRid uri)
Concatenate this Rid with the given Rid. |
IRid |
Rid.resolveRelativeRid(java.lang.String uri)
Resolve relative Rids |
IRid |
Rid.addPathSegment(java.lang.String segment)
Adds a path segment. |
IRid |
Rid.addQueryParameter(java.util.Properties parameter)
Deprecated. as of NW04. Use setQueryParameter |
IRid |
Rid.setQueryParameter(java.util.Properties parameter)
Create a new Rid by setting the given parameters as query part of this Rid. |
IRid |
AbstractResourceHandle.getRid()
Get the resource identifier of the resource handle. |
IRid |
IRid.root()
Get Rid of toplevel collection (below root) of this Rid. |
IRid |
IRid.name()
Get the name of the resource, designated by this Rid. |
IRid |
IRid.parent()
Get the Rid of the parent collection of this Rid |
IRid |
IRid.removeRoot()
Get a new Rid with the toplevel collection removed |
IRid |
IRid.removeName()
Remove the name of the resource, same as parent() |
IRid |
IRid.removeExtension()
Remove the (optional) extension of the resource name. |
IRid |
IRid.removeTrailingSlash()
Remove a possible trailing slash from the Rid. |
IRid |
IRid.add(java.lang.String uri)
Concatenate this Rid with the given Rid. |
IRid |
IRid.add(IRid uri)
Concatenate this Rid with the given Rid. |
IRid |
IRid.resolveRelativeRid(java.lang.String uri)
Resolve relative Rids |
IRid |
IRid.addPathSegment(java.lang.String segment)
Adds a path segment. |
IRid |
IRid.setQueryParameter(java.util.Properties parameter)
Create a new Rid by setting the given parameters as query part of this Rid. |
| Methods in com.sap.netweaver.bc.rf.common with parameters of type IRid | |
boolean |
Rid.isAncestorOf(IRid child)
Determine if this Rid is an ancestor (parent or parent's parent, etc.) of the given child Rid. |
boolean |
Rid.isAncestorOfOrSelf(IRid child)
Determine if this Rid is an ancestor (parent or parent's parent, etc.) of the given child Rid or the same. |
IRid |
Rid.add(IRid uri)
Concatenate this Rid with the given Rid. |
boolean |
Rid.equals(IRid other)
Determine if this Rid equals other. |
boolean |
IRid.isAncestorOf(IRid child)
Determine if this Rid is an ancestor (parent or parent's parent, etc.) of the given child Rid. |
boolean |
IRid.isAncestorOfOrSelf(IRid child)
Determine if this Rid is an ancestor (parent or parent's parent, etc.) of the given child Rid or the same. |
IRid |
IRid.add(IRid uri)
Concatenate this Rid with the given Rid. |
| Constructors in com.sap.netweaver.bc.rf.common with parameters of type IRid | |
AbstractResourceHandle(IRid rid)
Construct resource handle. |
|
| Uses of IRid in com.sap.netweaver.bc.rf.common.binding |
| Fields in com.sap.netweaver.bc.rf.common.binding declared as IRid | |
protected IRid |
BindingCreateDescriptor.targetRid
|
| Methods in com.sap.netweaver.bc.rf.common.binding that return IRid | |
IRid |
IBindingCreateDescriptor.getTargetRid()
Get target RID of the binding to be created. |
IRid |
BindingCreateDescriptor.getTargetRid()
Get target RID of the binding to be created. |
| Constructors in com.sap.netweaver.bc.rf.common.binding with parameters of type IRid | |
BindingCreateDescriptor(IDestinationDescriptor destinationDescriptor,
IRid targetRid)
Construct object of class BindingCreateDescriptor. |
|
| Uses of IRid in com.sap.netweaver.bc.rf.common.content |
| Constructors in com.sap.netweaver.bc.rf.common.content with parameters of type IRid | |
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
boolean logExceptionOnCreation)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
java.lang.Throwable rootCause)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
java.lang.String message)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
java.lang.String message,
java.lang.Object[] args)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
ResourceMessage message)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class ContentMetadataMismatchException. |
|
ContentMetadataMismatchException(IRid rid,
ContentMetadataType contentMetadataType,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ContentMetadataMismatchException. |
|
ContentUnavailableException(IRid rid)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
java.lang.String message)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
ResourceMessage message)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class ContentUnavailableException. |
|
ContentUnavailableException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ContentUnavailableException. |
|
| Uses of IRid in com.sap.netweaver.bc.rf.common.exception |
| Methods in com.sap.netweaver.bc.rf.common.exception that return IRid | |
IRid |
ResourceException.getRID()
Get resource id of the resource this exception is associated with or null if none is associated with. |
| Constructors in com.sap.netweaver.bc.rf.common.exception with parameters of type IRid | |
ResourceException(IRid rid)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
java.lang.String message)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
ResourceMessage message)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class ResourceException. |
|
ResourceException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceException. |
|
ResourceNotFoundException(IRid rid)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
java.lang.String message)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
ResourceMessage message)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class ResourceNotFoundException. |
|
ResourceNotFoundException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNotFoundException. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
java.lang.String message)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
java.lang.String message,
java.lang.Object[] args)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
java.lang.String message,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
java.lang.String message,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
ResourceAccessor resourceAccessor,
java.lang.String key)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
ResourceMessage message)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
ResourceMessage message,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
ResourceMessage message,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ServiceNotAvailableException(IRid rid,
java.util.Date retryAfterDate,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
boolean logExceptionOnCreation)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
java.lang.Throwable rootCause)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
java.lang.String message)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
ResourceMessage message)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class ArgumentNotValidException. |
|
ArgumentNotValidException(IRid rid,
java.lang.String argumentName,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ArgumentNotValidException. |
|
IOOperationFailedException(IRid rid)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
java.lang.String message)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
ResourceMessage message)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class IOOperationFailedException. |
|
IOOperationFailedException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class IOOperationFailedException. |
|
ResourceNotCheckedOutException(IRid rid)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
java.lang.String message)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
ResourceMessage message)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCheckedOutException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
OperationNotSupportedException(IRid rid)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
java.lang.String message)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
ResourceMessage message)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class OperationNotSupportedException. |
|
OperationNotSupportedException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OperationNotSupportedException. |
|
ResourceNotCollectionException(IRid rid)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
java.lang.String message)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
ResourceMessage message)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceNotCollectionException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Constructs a new exception. |
|
ResourceReadOnlyException(IRid rid)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
java.lang.String message)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
ResourceMessage message)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class ResourceReadOnlyException. |
|
ResourceReadOnlyException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceReadOnlyException. |
|
| Uses of IRid in com.sap.netweaver.bc.rf.common.lock |
| Methods in com.sap.netweaver.bc.rf.common.lock that return IRid | |
IRid |
ILockInfo.getRid()
Get resource id this lock info is valid for. |
| Constructors in com.sap.netweaver.bc.rf.common.lock with parameters of type IRid | |
LockNotFoundException(IRid rid)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
java.lang.String message)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
ResourceMessage message)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class LockNotFoundException. |
|
LockNotFoundException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LockNotFoundException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
boolean logExceptionOnCreation)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
java.lang.Throwable rootCause)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
java.lang.String message)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
java.lang.String message,
java.lang.Object[] args)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
ResourceMessage message)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class LockInPlaceException. |
|
LockInPlaceException(IRid rid,
java.lang.String userId,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LockInPlaceException. |
|
| Uses of IRid in com.sap.netweaver.bc.rf.common.namespace |
| Fields in com.sap.netweaver.bc.rf.common.namespace declared as IRid | |
protected IRid |
DestinationDescriptor.parentCollectionRid
|
| Methods in com.sap.netweaver.bc.rf.common.namespace that return IRid | |
IRid |
InvalidTargetException.getInvalidTargetRid()
Returns the invalid target that caused the exception. |
IRid |
LinkDescriptor.getTargetRid()
Get target IRid of the link. |
IRid |
IDestinationDescriptor.getParentCollectionRid()
Get parent collection resource id of the resource. |
IRid |
DestinationDescriptor.getParentCollectionRid()
Get parent collection resource id of the resource. |
IRid |
ILinkDescriptor.getTargetRid()
Get target RID of the link. |
| Constructors in com.sap.netweaver.bc.rf.common.namespace with parameters of type IRid | |
ResourceNameAlreadyAssignedException(IRid rid)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
java.lang.String message)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
ResourceMessage message)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class ResourceNameAlreadyAssignedException. |
|
ResourceNameAlreadyAssignedException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameAlreadyAssignedException. |
|
LinkTargetInvalidException(IRid rid)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
java.lang.String message)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
ResourceMessage message)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class LinkTargetInvalidException. |
|
LinkTargetInvalidException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class LinkTargetInvalidException. |
|
ResourceNameUnassignableException(IRid rid)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
java.lang.String message)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
ResourceMessage message)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class ResourceNameUnassignableException. |
|
ResourceNameUnassignableException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class ResourceNameUnassignableException. |
|
OrderPositionInvalidException(IRid rid)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
java.lang.String message)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
ResourceMessage message)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class OrderPositionInvalidException. |
|
OrderPositionInvalidException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OrderPositionInvalidException. |
|
OrderMechanismInvalidException(IRid rid)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
java.lang.String message)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
ResourceMessage message)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class OrderMechanismInvalidException. |
|
OrderMechanismInvalidException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class OrderMechanismInvalidException. |
|
InvalidTargetException(IRid rid,
IRid invalidTarget)
Constructs a new exception. |
|
InvalidTargetException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation,
IRid invalidTarget)
Constructs a new exception. |
|
LinkDescriptor(LinkType linkType,
IRid targetRid)
Construct object of class LinkDescriptor. |
|
DestinationDescriptor(IRid parentCollectionRid,
java.lang.String childName,
boolean overwriteEnforced)
Construct object of class DestinationDescriptor. |
|
DestinationDescriptor(IRid parentCollectionRid,
java.lang.String childName,
OrderPosition orderPosition,
boolean overwriteEnforced)
Construct object of class DestinationDescriptor. |
|
CollectionOrderImmutableException(IRid rid)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
java.lang.String message)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
ResourceMessage message)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class CollectionOrderImmutableException. |
|
CollectionOrderImmutableException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class CollectionOrderImmutableException. |
|
ResourceNameInvalidException(IRid rid,
NameInfo nameInfo)
Constructs a new exception. |
|
ResourceNameInvalidException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation,
NameInfo nameInfo)
Constructs a new exception. |
|
| Uses of IRid in com.sap.netweaver.bc.rf.common.property |
| Constructors in com.sap.netweaver.bc.rf.common.property with parameters of type IRid | |
AbstractPropertyException(IRid rid,
IPropertyName propertyName)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceMessage message)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
AbstractPropertyException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AbstractPropertyException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceMessage message)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyTypeMismatchException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeMismatchException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.Throwable rootCause)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceMessage message)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyValueOutOfBoundsException(IRid rid,
IPropertyName propertyName,
long valueBounds,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyValueOutOfBoundsException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceMessage message)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyMandatoryException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyMandatoryException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceMessage message)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameUnassignableException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameUnassignableException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceMessage message)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceMessage message)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyReadOnlyException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyReadOnlyException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceMessage message)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyTypeLostException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyTypeLostException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceMessage message)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
PropertyNameInvalidException(IRid rid,
IPropertyName propertyName,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameInvalidException. |
|
| Uses of IRid in com.sap.netweaver.bc.rf.common.security |
| Constructors in com.sap.netweaver.bc.rf.common.security with parameters of type IRid | |
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
boolean logExceptionOnCreation)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
java.lang.Throwable rootCause)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
java.lang.String message)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
java.lang.String message,
java.lang.Object[] args)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
ResourceMessage message)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class AccessDeniedException. |
|
AccessDeniedException(IRid rid,
java.lang.String permissionName,
java.lang.String userId,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AccessDeniedException. |
|
| Uses of IRid in com.sap.netweaver.bc.rf.common.security.acl |
| Constructors in com.sap.netweaver.bc.rf.common.security.acl with parameters of type IRid | |
AclException(IRid rid)
Construct object of class AclException. |
|
AclException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class AclException. |
|
AclException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class AclException. |
|
AclException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclException. |
|
AclException(IRid rid,
java.lang.String message)
Construct object of class AclException. |
|
AclException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class AclException. |
|
AclException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class AclException. |
|
AclException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclException. |
|
AclException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class AclException. |
|
AclException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclException. |
|
AclException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclException. |
|
AclException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclException. |
|
AclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class AclException. |
|
AclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class AclException. |
|
AclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class AclException. |
|
AclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclException. |
|
AclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class AclException. |
|
AclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclException. |
|
AclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclException. |
|
AclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclException. |
|
AclException(IRid rid,
ResourceMessage message)
Construct object of class AclException. |
|
AclException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class AclException. |
|
AclException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class AclException. |
|
AclException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclException. |
|
AclPredefinedPermissionException(IRid rid)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
java.lang.String message)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
ResourceMessage message)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class AclPredefinedPermissionException. |
|
AclPredefinedPermissionException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPredefinedPermissionException. |
|
AclPermissionUsedException(IRid rid)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
java.lang.String message)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
ResourceMessage message)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class AclPermissionUsedException. |
|
AclPermissionUsedException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionUsedException. |
|
AclPersistenceException(IRid rid)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
java.lang.String message)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
ResourceMessage message)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class AclPersistenceException. |
|
AclPersistenceException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPersistenceException. |
|
AclExistsException(IRid rid)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
java.lang.String message)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
ResourceMessage message)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class AclExistsException. |
|
AclExistsException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclExistsException. |
|
AclPermissionExistsException(IRid rid)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
java.lang.String message)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
ResourceMessage message)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class AclPermissionExistsException. |
|
AclPermissionExistsException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionExistsException. |
|
AclAlreadyAssignedToAclException(IRid rid)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
java.lang.String message)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
ResourceMessage message)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclAlreadyAssignedToAclException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclAlreadyAssignedToAclException. |
|
AclPermissionNotSupportedException(IRid rid)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
java.lang.String message)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
ResourceMessage message)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class AclPermissionNotSupportedException. |
|
AclPermissionNotSupportedException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclPermissionNotSupportedException. |
|
AclLastOwnerException(IRid rid)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
java.lang.String message)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
ResourceMessage message)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class AclLastOwnerException. |
|
AclLastOwnerException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclLastOwnerException. |
|
AclNotAuthorizedException(IRid rid)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
java.lang.String message)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
ResourceMessage message)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class AclNotAuthorizedException. |
|
AclNotAuthorizedException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class AclNotAuthorizedException. |
|
| Uses of IRid in com.sap.netweaver.bc.rf.common.type |
| Constructors in com.sap.netweaver.bc.rf.common.type with parameters of type IRid | |
TypeException(IRid rid)
Construct object of class TypeException. |
|
TypeException(IRid rid,
boolean logExceptionOnCreation)
Construct object of class TypeException. |
|
TypeException(IRid rid,
java.lang.Throwable rootCause)
Construct object of class TypeException. |
|
TypeException(IRid rid,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class TypeException. |
|
TypeException(IRid rid,
java.lang.String message)
Construct object of class TypeException. |
|
TypeException(IRid rid,
java.lang.String message,
java.lang.Object[] args)
Construct object of class TypeException. |
|
TypeException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause)
Construct object of class TypeException. |
|
TypeException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class TypeException. |
|
TypeException(IRid rid,
java.lang.String message,
boolean logExceptionOnCreation)
Construct object of class TypeException. |
|
TypeException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class TypeException. |
|
TypeException(IRid rid,
java.lang.String message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class TypeException. |
|
TypeException(IRid rid,
java.lang.String message,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class TypeException. |
|
TypeException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key)
Construct object of class TypeException. |
|
TypeException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args)
Construct object of class TypeException. |
|
TypeException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause)
Construct object of class TypeException. |
|
TypeException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause)
Construct object of class TypeException. |
|
TypeException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
boolean logExceptionOnCreation)
Construct object of class TypeException. |
|
TypeException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
boolean logExceptionOnCreation)
Construct object of class TypeException. |
|
TypeException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class TypeException. |
|
TypeException(IRid rid,
ResourceAccessor resourceAccessor,
java.lang.String key,
java.lang.Object[] args,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class TypeException. |
|
TypeException(IRid rid,
ResourceMessage message)
Construct object of class TypeException. |
|
TypeException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause)
Construct object of class TypeException. |
|
TypeException(IRid rid,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class TypeException. |
|
TypeException(IRid rid,
ResourceMessage message,
java.lang.Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class TypeException. |
|
| Uses of IRid in com.sap.netweaver.bc.rf.common.version |
| Methods in com.sap.netweaver.bc.rf.common.version that return IRid | |
IRid |
CheckInInfo.getRid()
|
IRid |
ICheckInInfo.getRid()
Returns a handle of the version resource that was created during the checkin operation. |
IRid |
ICheckOutInfo.getWorkingRid()
If the checkout generated a working resource, it's handle is returned. |
IRid |
ICheckOutInfo.getExpectedRid()
Returns the expected revision handle. |
IRid |
CheckOutInfo.getWorkingRid()
Get the workingRid attribute of the CheckOutInfo object. |
IRid |
CheckOutInfo.getExpectedRid()
Get the expectedRid attribute of the CheckOutInfo object. |
| Constructors in com.sap.netweaver.bc.rf.common.version with parameters of type IRid | |
CheckInInfo(IRid revisionRID,
java.lang.String revisionID,
ICheckOutInfo checkOutInfo)
|
|
WrongRevisionException(IRid resource,
java.lang.String currentRevision)
Constructs a new exception |
|
CheckedOutException(IRid resource)
Construct object of class CheckedOutException. |
|
CheckedOutException(IRid resource,
java.lang.String message,
java.lang.String user)
Construct object of class CheckedOutException. |
|
VersionIsCheckedOutException(IRid resource)
Construct object of class VersionIsCheckedOutException. |
|
VersionIsCheckedOutException(IRid resource,
java.lang.String message)
Construct object of class VersionIsCheckedOutException. |
|
NotVersionedException(IRid resource)
Construct object of class NotVersionedException. |
|
NotVersionedException(IRid resource,
java.lang.String s)
Construct object of class NotVersionedException. |
|
VersionHasDescendantsException(IRid resource)
Construct object of class VersionHasDescendantsException. |
|
VersionHasDescendantsException(IRid resource,
java.lang.String message)
Construct object of class VersionHasDescendantsException. |
|
VersionHistoryInUseException(IRid resource,
IRid conflict,
java.lang.String message)
Construct object of class VersionHistoryInUseException. |
|
CheckOutInfo(IRid expectedRid,
java.lang.String expectedRevision,
IRid workingRid)
Construct object of class CheckOutInfo. |
|
| Uses of IRid in com.sap.netweaver.bc.rf.mi |
| Methods in com.sap.netweaver.bc.rf.mi with parameters of type IRid | |
IResourceHandle |
IManager.lookup(IRid rid)
Look up a resource in this repository by resource identifer. |
| Uses of IRid in com.sap.netweaver.bc.rf.mi.idmapper |
| Methods in com.sap.netweaver.bc.rf.mi.idmapper with parameters of type IRid | |
void |
IMutableIdMapperManager.assignToRid(IRid resourceId,
java.lang.String uniqueId)
Assign unique id to resource id. |
| Uses of IRid in com.sap.netweaver.bc.rf.mi.lock |
| Methods in com.sap.netweaver.bc.rf.mi.lock that return IRid | |
IRid |
LockInfo.getRid()
Get resource id this lock info is valid for. |
| Constructors in com.sap.netweaver.bc.rf.mi.lock with parameters of type IRid | |
LockInfo(java.lang.String token,
IRid rid,
LockDepthType depth,
LockScopeType scope,
LockKindType kind,
long timeout,
java.lang.String owner)
Construct object of class LockInfo. |
|
LockInfo(java.lang.String token,
IRid rid,
LockDepthType depth,
LockScopeType scope,
LockKindType kind,
java.util.Date creationDate,
long timeout,
java.lang.String owner)
Construct object of class LockInfo. |
|
LockInfo(java.lang.String token,
IRid rid,
LockDepthType depth,
LockScopeType scope,
LockKindType kind,
long timeout,
java.lang.String owner,
java.lang.String clientSuppliedOwner)
Construct object of class LockInfo. |
|
LockInfo(java.lang.String token,
IRid rid,
LockDepthType depth,
LockScopeType scope,
LockKindType kind,
java.util.Date creationDate,
long timeout,
java.lang.String owner,
java.lang.String clientSuppliedOwner)
Construct object of class LockInfo. |
|
| Uses of IRid in com.sap.netweaver.bc.rf.mi.security.acl |
| Methods in com.sap.netweaver.bc.rf.mi.security.acl that return IRid | |
IRid |
IAclInheritanceController.getLegator(IRid resourceIdentifier)
Get parent or legator in the ACL inheritance responsible to define the ACL settings for the given resource identifier, e.g. if a resource has no ACL settings, this controller will be asked to return the parent or legator in the ACL inheritance responsible to define the ACL settings for the given resource identifier. |
| Methods in com.sap.netweaver.bc.rf.mi.security.acl with parameters of type IRid | |
IRid |
IAclInheritanceController.getLegator(IRid resourceIdentifier)
Get parent or legator in the ACL inheritance responsible to define the ACL settings for the given resource identifier, e.g. if a resource has no ACL settings, this controller will be asked to return the parent or legator in the ACL inheritance responsible to define the ACL settings for the given resource identifier. |
| Uses of IRid in com.sap.netweaver.bc.rf.mi.variant |
| Methods in com.sap.netweaver.bc.rf.mi.variant with parameters of type IRid | |
IResourceHandle |
IVariantManager.lookupVariant(IRid rid)
TBD: Unknown function (concerning selection of the resource, e.g. by special MIME type or special language different from actual user language). |
IResourceHandle |
IVariantManager.lookupVariant(IRid rid,
long timestamp)
TBD: Unknown function (concerning selection of the resource, e.g. by special MIME type or special language different from actual user language). |
| Uses of IRid in com.sap.netweaver.bc.rf.mi.version |
| Methods in com.sap.netweaver.bc.rf.mi.version with parameters of type IRid | |
ICheckInInfo |
IMutableBasicVersioningManager.checkIn(IResourceHandle resourceHandle,
IRid expectedCheckInRID,
boolean forkOk,
boolean keepCheckedOut)
Check in a checked-out vcr to create a new version describing the current version controlled state of the vcr. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||