Package | Description |
---|---|
oracle.ifs.fdk |
Modifier and Type | Method and Description |
---|---|
static FdkExceptionEntry[] |
FdkExceptionEntry.convert(Throwable t)
Converts a Throwable into an FdkExceptionEntry[].
|
FdkExceptionEntry[] |
FdkExceptionMapper.getEntries()
Returns the exception entries if the cause exception was an aggregate
exception.
|
FdkExceptionEntry[] |
FdkException.getExceptionEntries()
If this is an aggregate exception, it will return the individual entries,
otherwise it returns
null . |
Modifier and Type | Method and Description |
---|---|
static String |
ClientUtils.fdkExceptionEntryToString(FdkExceptionEntry fdkee)
Returns a String representation of a FdkExceptionEntry, suitable for
detail logging.
|
void |
FdkException.setExceptionEntries(FdkExceptionEntry[] entries)
Always throws a RuntimeException.
|
Constructor and Description |
---|
FdkException(String detailedErrorCode,
String errorCode,
FdkExceptionEntry[] exceptionEntries,
NamedValue[] info,
String serverStackTraceId)
Constructor for WebLogic web services.
|
Copyright © 2023. All rights reserved.