|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
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
public class 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()
FdkException
public java.lang.String getDetailedErrorCode()
FdkException
public NamedValue[] getInfo()
FdkException
public java.lang.String getServerStackTraceId()
FdkException
getCause()
.public FdkExceptionEntry[] getExceptionEntries()
FdkException
null
.public java.lang.String toString()
FdkException
toLogString()
toString
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter pw)
FdkException
printStackTrace
in class java.lang.Throwable
writer
- The PrintWriter to write to.
|
Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite 10g (10.1.3.2) B32189-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |