|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.ifs.fdk.FdkExceptionEntry
An entry when the exception is an aggregate exception.
| Constructor Summary | |
FdkExceptionEntry()Constructor required to be a Java Bean. |
|
| Method Summary | |
java.lang.String |
getDetailedErrorCode()Returns the detailed error code that may provide more information about the error. |
java.lang.String |
getErrorCode()Returns the main error code. |
long |
getId()Returns the ID of the item for which the error occured. |
NamedValue[] |
getInfo()Returns additional information about the error or null if no additional information is available. |
java.lang.String |
getServerStackTraceId()Returns the server stack trace ID for this entry. |
void |
setDetailedErrorCode(java.lang.String errorCode)Always throws a RuntimeException. |
void |
setErrorCode(java.lang.String errorCode)Always throws a RuntimeException. |
void |
setId(long id)Always throws a RuntimeException. |
void |
setInfo(NamedValue[] info)Always throws a RuntimeException. |
void |
setServerStackTraceId(java.lang.String id)Always throws a RuntimeException. |
java.lang.String |
toString()Returns a string representation of this entry without the stack trace of the cause exception. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public FdkExceptionEntry()
java.lang.RuntimeException - Always.| Method Detail |
public java.lang.String getErrorCode()
public void setErrorCode(java.lang.String errorCode)
java.lang.RuntimeException - Always.public java.lang.String getDetailedErrorCode()
public void setDetailedErrorCode(java.lang.String errorCode)
java.lang.RuntimeException - Always.public long getId()
public void setId(long id)
java.lang.RuntimeException - Always.public NamedValue[] getInfo()
null if no additional information is available.public void setInfo(NamedValue[] info)
java.lang.RuntimeException - Always.public java.lang.String getServerStackTraceId()
cause().public void setServerStackTraceId(java.lang.String id)
java.lang.RuntimeException - Always.public java.lang.String toString()
|
Oracle Content Services Web Services Java API Reference 10g Release 1 (10.1.2.3) B25584-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||