Class ResultException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ResultException
    extends FeedException
    Signals that the document API in the feed container returned a failure result for a feed operation.
    Author:
    jonmv
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ResultException​(DocumentId documentId, java.lang.String message, java.lang.String trace)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.String> getTrace()
      Holds the trace, if the failed operation had a OperationParameters.tracelevel(int) higher than 0.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ResultException

        public ResultException​(DocumentId documentId,
                               java.lang.String message,
                               java.lang.String trace)