|
SAP NetWeaver 7.31 (SP01) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sap.exception.BaseException
com.sap.netweaver.bc.rf.util.exception.BaseException
com.sap.netweaver.bc.rf.common.exception.RepositoryException
com.sap.netweaver.bc.rf.common.exception.ResourceException
com.sap.netweaver.bc.rf.common.property.AbstractPropertyException
com.sap.netweaver.bc.rf.common.property.PropertyNameTooLongException
public class PropertyNameTooLongException
Class implementing exception raised when a property value is out of bounds.
| Field Summary |
|---|
| Fields inherited from interface com.sap.exception.IBaseException |
|---|
audit, defaultLocale |
| Constructor Summary | |
|---|---|
|
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. |
protected |
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key)
Construct object of class PropertyNameTooLongException. |
protected |
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
protected |
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
Object[] args)
Construct object of class PropertyNameTooLongException. |
protected |
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
protected |
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
protected |
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
protected |
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
protected |
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
protected |
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceMessage message)
Construct object of class PropertyNameTooLongException. |
protected |
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceMessage message,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
protected |
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceMessage message,
Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
protected |
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceMessage message,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
Object[] args)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
Object[] args,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
Object[] args,
Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
Throwable rootCause)
Construct object of class PropertyNameTooLongException. |
|
PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
Throwable rootCause,
boolean logExceptionOnCreation)
Construct object of class PropertyNameTooLongException. |
| Method Summary | |
|---|---|
long |
getLocalNameMaxLength()
Get local name length constraint. |
long |
getNamespaceMaxLength()
Get namespace length constraint. |
| Methods inherited from class com.sap.netweaver.bc.rf.common.property.AbstractPropertyException |
|---|
getPropertyName |
| Methods inherited from class com.sap.netweaver.bc.rf.common.exception.ResourceException |
|---|
getRID |
| Methods inherited from class com.sap.exception.BaseException |
|---|
finallyLocalize, finallyLocalize, finallyLocalize, finallyLocalize, getCause, getLocalizableMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLocalizedMessage, getLogCategory, getLogLocation, getLogSeverity, getMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedLocalizedMessage, getNestedStackTraceString, getStackTraceString, getSystemStackTraceString, initCause, log, printStackTrace, printStackTrace, printStackTrace, restoreLogSettings, setLogSettings, trace, trace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraint
public PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintlogExceptionOnCreation - when true log the exception now during its
construction
public PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
Throwable rootCause)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintrootCause - throwable object which caused this exception
public PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
Throwable rootCause,
boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintrootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
public PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintmessage - not localized message
public PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
Object[] args)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintmessage - not localized messageargs - message arguments inserted by MessageFormat means
public PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
Throwable rootCause)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintmessage - not localized messagerootCause - throwable object which caused this exception
public PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
Object[] args,
Throwable rootCause)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintmessage - not localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exception
public PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintmessage - not localized messagelogExceptionOnCreation - when true log the exception now during its
construction
public PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
Object[] args,
boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintmessage - not localized messageargs - message arguments inserted by MessageFormat meanslogExceptionOnCreation - when true log the exception now during its
construction
public PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
Throwable rootCause,
boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintmessage - not localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
public PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
String message,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintmessage - not localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
protected PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintresourceAccessor - resource accessorkey - resource identifier for localized message
protected PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
Object[] args)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintresourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat means
protected PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
Throwable rootCause)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintresourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exception
protected PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintresourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exception
protected PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintresourceAccessor - resource accessorkey - resource identifier for localized messagelogExceptionOnCreation - when true log the exception now during its
construction
protected PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
Object[] args,
boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintresourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meanslogExceptionOnCreation - when true log the exception now during its
construction
protected PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
Throwable rootCause,
boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintresourceAccessor - resource accessorkey - resource identifier for localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
protected PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceAccessor resourceAccessor,
String key,
Object[] args,
Throwable rootCause,
boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintresourceAccessor - resource accessorkey - resource identifier for localized messageargs - message arguments inserted by MessageFormat meansrootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction
protected PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceMessage message)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintmessage - not localized message
protected PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceMessage message,
Throwable rootCause)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintmessage - not localized messagerootCause - throwable object which caused this exception
protected PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceMessage message,
boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintmessage - not localized messagelogExceptionOnCreation - when true log the exception now during its
construction
protected PropertyNameTooLongException(IRid rid,
IPropertyName propertyName,
int namespaceMaxLength,
int localNameMaxLength,
ResourceMessage message,
Throwable rootCause,
boolean logExceptionOnCreation)
rid - resource id of the resource this exception is associated with
(if any)propertyName - name of the propertynamespaceMaxLength - namespace length constraintlocalNameMaxLength - local name length constraintmessage - not localized messagerootCause - throwable object which caused this exceptionlogExceptionOnCreation - when true log the exception now during its
construction| Method Detail |
|---|
public long getNamespaceMaxLength()
public long getLocalNameMaxLength()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
[sap.com] KMC-CM
|
[sap.com] tc/km/frwk
|
api
|
EP-KM-CM
|
|
SAP NetWeaver 7.31 (SP01) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||