|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.naming.NamingException
javax.naming.LimitExceededException
javax.naming.SizeLimitExceededException
com.sapportals.portal.pcd.gl.EnumerationLimitException
public class EnumerationLimitException
Exception for enumerations. This exception is thrown if there are problems returning one or more elements of an enumeration.
IPcdContext.list(javax.naming.Name name, int fromIndex, int toIndex),
Serialized Form| Field Summary |
|---|
| Fields inherited from class javax.naming.NamingException |
|---|
remainingName, resolvedName, resolvedObj, rootException |
| Constructor Summary | |
|---|---|
EnumerationLimitException()
Constructs an EnumerationLimitException. |
|
EnumerationLimitException(Exception rootCause)
Constructs an EnumerationLimitException
and sets a root cause. |
|
EnumerationLimitException(String message)
Constructs an EnumerationLimitException with the specified detail message. |
|
EnumerationLimitException(String message,
Exception rootCause)
Constructs an EnumerationLimitException with the specified detail message
and sets a root cause. |
|
EnumerationLimitException(String message,
Exception rootCause,
int lastIndex)
Constructs an EnumerationLimitException with the specified detail message
and sets a root cause. |
|
| Method Summary | |
|---|---|
Throwable |
getCause()
|
int |
getLastIndex()
Returns the last index that could be read successfully. |
String |
getMessage()
Returns the message text including the text of the original message, if it exists. |
| Methods inherited from class javax.naming.NamingException |
|---|
appendRemainingComponent, appendRemainingName, getExplanation, getRemainingName, getResolvedName, getResolvedObj, getRootCause, initCause, setRemainingName, setResolvedName, setResolvedObj, setRootCause, toString, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EnumerationLimitException()
EnumerationLimitException.
public EnumerationLimitException(String message)
EnumerationLimitException with the specified detail message.
message - the detail message.
public EnumerationLimitException(String message,
Exception rootCause)
EnumerationLimitException with the specified detail message
and sets a root cause.
message - the detail message.rootCause - cause why the limit was reached
public EnumerationLimitException(String message,
Exception rootCause,
int lastIndex)
EnumerationLimitException with the specified detail message
and sets a root cause.
message - the detail message.rootCause - cause why the limit was reachedlastIndex - index of the last element that could be readpublic EnumerationLimitException(Exception rootCause)
EnumerationLimitException
and sets a root cause.
rootCause - cause why the limit was reached| Method Detail |
|---|
public int getLastIndex()
public String getMessage()
getMessage in class ThrowableThrowable.getMessage()public Throwable getCause()
getCause in class NamingException| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/pcd/gl/api
|
-
|
EP-PIN
|
[sap.com] EP-BASIS
|
[sap.com]
|
api
|
BC-PIN-PCD
|
[sap.com] EP-BASIS-API
|
[sap.com] tc/epbc/pcd/gl/api
|
api
|
EP-PIN
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.30 SP01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||