public interface AttivioThrowable
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Get the cause for this exception.
|
ErrorCode |
getErrorCode()
Get the
ErrorCode for this exception. |
String |
getErrorContext()
Get the context for this error.
|
String |
getOriginalMessage()
Get the original message without ErrorCode.
|
StackTraceElement[] |
getStackTrace()
Get the stack trace for this exception.
|
AttivioException |
toRemoteException()
Convert this exception to be a remote exception.
|
String getErrorContext()
This context is specific to the error code
and will typically consist of things such as field names,
document ids, etc.
String getOriginalMessage()
AttivioException toRemoteException()
This converts this exception to a representation that a client can receive.
Throwable getCause()
Throwable.getCause().
StackTraceElement[] getStackTrace()
Throwable.getStackTrace().
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.