|
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
java.lang.Throwable
java.lang.Exception
oracle.ifs.fdk.FdkException
The exception thrown by the framework.
| 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. |
FdkExceptionEntry[] |
getExceptionEntries()If this is an aggregate exception, it will return the individual entries, otherwise it returns null. |
NamedValue[] |
getInfo()Returns the optional info for this error. |
java.lang.String |
getServerStackTraceId()Returns the server stack trace ID for this exception. |
void |
printStackTrace(java.io.PrintWriter pw)Prints the stack trace of this FdkException to the specified PrintWriter. |
java.lang.String |
toString()Returns a minimal string representation of this exception (ERROR_CODE:DETAILED_ERROR_CODE). |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
public java.lang.String getErrorCode()
public java.lang.String getDetailedErrorCode()
public NamedValue[] getInfo()
public java.lang.String getServerStackTraceId()
getCause().public FdkExceptionEntry[] getExceptionEntries()
null.public java.lang.String toString()
toLogString()public void printStackTrace(java.io.PrintWriter pw)
pw - The PrintWriter to write to.
|
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 | ||||||||