Interface AttivioThrowable

    • Method Detail

      • getErrorContext

        java.lang.String getErrorContext()
        Get the context for this error.

        This context is specific to the error code and will typically consist of things such as field names, document ids, etc.

      • getOriginalMessage

        java.lang.String getOriginalMessage()
        Get the original message without ErrorCode.
      • toRemoteException

        AttivioException toRemoteException()
        Convert this exception to be a remote exception.

        This converts this exception to a representation that a client can receive.

      • getCause

        java.lang.Throwable getCause()
        Get the cause for this exception.
      • getStackTrace

        java.lang.StackTraceElement[] getStackTrace()
        Get the stack trace for this exception.