Class IndexNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.stargate.sdk.rest.exception.IndexNotFoundException
All Implemented Interfaces:
Serializable

public class IndexNotFoundException extends RuntimeException
Specialized Error.
Author:
Cedrick LUNVEN (@clunven)
See Also:
  • Constructor Details

    • IndexNotFoundException

      public IndexNotFoundException(String idxName)
      Constructor with message.
      Parameters:
      idxName - index name
    • IndexNotFoundException

      public IndexNotFoundException(String idxName, Throwable parent)
      Constructor with message and parent.
      Parameters:
      idxName - index name
      parent - parent exception