Class DocumentStoreException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.fluxcapacitor.javaclient.persisting.search.DocumentStoreException
All Implemented Interfaces:
Serializable

public class DocumentStoreException extends RuntimeException
This class represents an exception that is thrown by the DocumentStore when a document store operation fails.
See Also:
  • Constructor Details

    • DocumentStoreException

      public DocumentStoreException(String message, Throwable cause)